Description Usage Arguments Value Author(s) See Also Examples
Import an Illumina manifest file. Only manifest files in TXT format are supported, ie, BGX files can't be read. These files can be downloaded from Illumina [1,2]
1 | read.illumina.manifest(f, verbose = FALSE)
|
f |
the path to the manifest file name |
verbose |
logical if “TRUE” print informative messages. Default “FALSE”. |
a list with 2 elements, probes and controls. Both elements are “data.frame”'s with as many columns as found in the manifest file
Mark Cowley, 2011-06-02
[1] http://www.switchtoi.com/annotationfiles.ilmn
[2] http://www.switchtoi.com/annotationprevfiles.ilmn
1 2 3 4 | manifestfile <- system.file("extdata", "HumanHT-12_V3_0_R1_99999999.txt", package="lumidat")
manifest <- read.illumina.manifest(manifestfile, TRUE)
head(manifest$probes)
head(manifest$controls)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.