importAmplitudeData {PoDCall} | R Documentation |
importAmplitudeData
importAmplitudeData(dataDirectory)
dataDirectory |
Path to directory containing Quantasoft amplitude files from one 96 well plate. Since well coordinates are used as identifiers, files in this directory should all be from the same 96 well plate. Furthermore, there should be no other files than the amplitude files from a well plate in the directory. |
The function returns a list of dataframes named with the well ID and contains the amplitude values from the corresponding well.
# Path to example data files included in PoDCall path <- system.file("extdata", "Amplitudes/", package="PoDCall") # Read in data files dataList <- importAmplitudeData(dataDirectory=path)