Description Usage Arguments Value Examples
This function processes the expression set and gpl files obtained using the GEOQuery package
1 2 | importExpressionDataGEO(eset, gpl, selectorFunction = probeSelectorATSAT,
combinerFunction = probeCombinerMean)
|
eset |
An expression set, for more details refer to https://www.bioconductor.org/packages/3.3/bioc/vignettes/Biobase/inst/doc/ExpressionSetIntroduction.pdf and http://svitsrv25.epfl.ch/R-doc/library/GEOquery/html/GDS2MA.html |
gpl |
GEO Platform entity, refer http://svitsrv25.epfl.ch/R-doc/library/GEOquery/html/GPL-class.html for more details |
selectorFunction |
a function that accepts a probeName string and
returns true if the probe is to be considered. See
|
combinerFunction |
a function that accepts a comma separated string and
returns true if the probe is to be considered. See
|
A data frame with columns as sample names, and rows containing the expression values of each as HGNC Symbol.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.