Get_GSMFromGSE: Get_GSMFromGSE

View source: R/Get_GSMFromGSE.R

Get_GSMFromGSER Documentation

Get_GSMFromGSE

Description

Get GSM information matching to the GSE IDs

Usage

Get_GSMFromGSE(GeoDataBase = GeoDataBase, GSE.ID = c("GSE122960", "GSE158127"))

Arguments

GeoDataBase

The object returned by getGeoMetaDatabase function. Required

GSE.ID

The GSE IDs

Value

The GSM information

Examples


library(singleGEO)
MyDataBase<-GetGeoMetaDatabase(Sqlfile=NULL,Demo=TRUE)
GSEID<-c("GSE122960","GSE158127")
GSM_info<-Get_GSMFromGSE(GeoDataBase=MyDataBase,GSE.ID=GSEID)


yuanqingyan/singleGEO documentation built on Jan. 11, 2025, 6:35 p.m.