View source: R/Get_GSMFromGSE.R
Get_GSMFromGSE | R Documentation |
Get GSM information matching to the GSE IDs
Get_GSMFromGSE(GeoDataBase = GeoDataBase, GSE.ID = c("GSE122960", "GSE158127"))
GeoDataBase |
The object returned by getGeoMetaDatabase function. Required |
GSE.ID |
The GSE IDs |
The GSM information
library(singleGEO)
MyDataBase<-GetGeoMetaDatabase(Sqlfile=NULL,Demo=TRUE)
GSEID<-c("GSE122960","GSE158127")
GSM_info<-Get_GSMFromGSE(GeoDataBase=MyDataBase,GSE.ID=GSEID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.