Get_Geo_Data | R Documentation |
Download all supplementary data of GSE IDs provided by the user
Get_Geo_Data(
DownGSEID = DownGSEID,
DecompressFile = FALSE,
DecompressType = "All"
)
DownGSEID |
The GSE IDs for data downloading. Required |
DecompressFile |
Whether decompress the files or not. Binary variable with TRUE or FALSE. Optional. Default: FALSE |
DecompressType |
Which types of files to be decompressed if DecompressFile is set to TRUE. Options: "gz"(for .gz),"tar"(for .tar or .tar.gz),"zip"(for .zip) or "All"(for .tar, .tar.gz, .gz, .zip). Optional. Default: "All" |
The list of files downloaded
library(singleGEO)
###not run
##myGeoID<-c("GSE131800")
##DownloadFileInfo<-Get_Geo_Data(DownGSEID=myGeoID,DecompressFile=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.