Description Usage Arguments Value Author(s) Examples
Reads Illumina Infinium sample annotation.
1 | 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
1 2 3 | annotation.file<-system.file("")
sa<-read.sample.annotation(annotation.file)
sa
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.