Description Usage Arguments Value Examples
View source: R/controlSamples.R
This function discovers control samples from the series matrix found in GEO. It searches for specific keywords that are often used to denote controls in specific columns of the series matrices.
1 |
d |
a data frame with the contents of series matrix |
a data frame of GEO sample ids (i.e. GSM60555) and their class.
1 2 3 4 | ## Not run:
phenos<-downloadPhenotypePlatform("GSE11761","GPL570")
## End(Not run)
controls<-controlSamples(BioDataome:::phenos)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.