ExtractFile | R Documentation |
Decompress the files
ExtractFile(ExtractID = ExtractID, DecompressType = decompressType)
ExtractID |
The list of GSE IDs. Required |
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" |
library(singleGEO)
###not run
##myGeoID<-c("GSE131800")
##DownloadFileInfo<-Get_Geo_Data(DownGSEID=myGeoID,DecompressFile=FALSE)
##ExtractFile(ExtractID=myGeoID,DecompressType="tar")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.