ExtractGEOMeta | R Documentation |
Extract Sample Metadata from GEO.
ExtractGEOMeta(acce, platform = NULL, ...)
acce |
GEO accession number. |
platform |
Platform information/field. Default: NULL (all platforms). |
... |
Parameters for |
Dataframe contains all metadata of provided GEO accession number.
# users may need to set the size of the connection buffer
# Sys.setenv("VROOM_CONNECTION_SIZE" = 131072 * 60)
# extract metadata of specified platform
GSE200257.meta <- ExtractGEOMeta(acce = "GSE200257", platform = "GPL24676")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.