Description Usage Arguments Details Value Author(s) Examples
View source: R/GEOsearchterm.R
Perform searching in NCBI GEO database.
1 | GEOSearchTerm(termlist, type = "GSE")
|
termlist |
A character vector of terms to be searched in NCBI GEO. Typically the direct output of function "termalias" |
type |
Either "GSE" or "GSM". The function will search either GSE and GSM on GEO. |
Search the terms one by one in NCBI GEO database and return an integrated table of search results. The returned results should contain exactly the same information as the results returned by directly searching in http://www.ncbi.nlm.nih.gov/geo/.
A data frame containing the search results returned from NCBI GEO.
Zhicheng Ji, Hongkai Ji <zji4@zji4.edu>
1 | GEOSearchTerm("Oct4 RNA-seq")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.