readSDM {prada} | R Documentation |
Read an SDM file: Data Output File for SDS, Version 2.1
readSDM(files, withoutPath=TRUE)
files |
Character vector of filenames |
withoutPath |
logical - if TRUE , the path to the files is
stripped from the filename column of the resulting data frame. |
This function reads the data given in the colums 'Detector','Sample' and 'Ct' of the specified SDM output files and stores them as a data.frame. An additional column including the respective filename is added.
A data.frame
Markus Ruschhaupt mailto:m.ruschhaupt@dkfz.de
sampdat <- readSDM(system.file("extdata", "Experiment1.txt", package="prada")) sampdat[1:5,]