read.sample.annotation {RnBeads} | R Documentation |
Reads Illumina Infinium sample annotation.
read.sample.annotation(fname, sep = rnb.getOption("import.table.separator"))
fname |
Name of text file that contains a sample annotation table with a header. This method handles a variety of file formats, including comma-separated values file exported from Genome Studio. |
sep |
One-element |
Sample annotation table in the form of a data.frame
, in which every row corresponds to a sample, and
every column - to a trait.
Pavlo Lutsik
annotation.file<-system.file("") sa<-read.sample.annotation(annotation.file) sa