geo_info | R Documentation |
This function uses GEOquery to extract information for a given sample. The GEO accession ids for the sample can be found in the study phenotype table.
geo_info(
geoid,
verbose = FALSE,
sleep = 1/2,
getGPL = FALSE,
destdir = tempdir(),
...
)
geoid |
A character vector of length 1 with the GEO accession id for a given sample. |
verbose |
If |
sleep |
The number of seconds (or fraction) to wait before downloading
data using getGEO. This is important if you are looking over
|
getGPL |
This argument is passed to getGEO and is set
to |
destdir |
This argument is passed to getGEO. |
... |
Additional arguments passed to getGEO. |
Returns a DataFrame-class with the information from GEO available for the given sample.
Leonardo Collado-Torres, Andrew Jaffe
geo_info("GSM836270")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.