Description Usage Arguments Value Author(s)
Imports Infinium 450K or MethylationEPIC data series from the Gene Expression Omnibus. This function uses the series matrix file.
1 2 3 4 5 | rnb.read.geo(
accession = NULL,
verbose = logger.isinitialized(),
destdir = tempdir()
)
|
accession |
Character string, starting with |
verbose |
Flag indicating if messages should be created informing about the progress. If the logger is initialized prior to calling this function, the informative messages are sent to the logger. Warnings and errors are not affected by this parameters, the function always outputs them. |
destdir |
The destination directory for any downloads. Defaults to the (architecture-dependent) temporary directory. Keep in mind that GEO series can be demanding in terms of storage space. |
RnBeadSet
object with phenotypic and beta value information.
Yassen Assenov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.