Description Usage Arguments Value Examples
View source: R/entrezIDtoGSE.R
Find all GSE ids for a given Entrez query Example: query GEO for all Homo sapiens studies with sample size between 200-300, measured with GPL570 and provide CEL files
1 |
x |
an esearch object as a result of an entrez_search query |
a matrix the first column of which is the GSE id and the second the entrezID
1 2 3 4 5 6 | r_search <- rentrez::entrez_search(db="gds", term="Homo sapiens[ORGN]
AND CEL[SFIL] AND gpl570[ACCN] AND 200:300[Number of Samples]",
retmax =10000, use_history=TRUE)
## Not run:
entrezIDtoGSE(r_search)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.