ExtractGEOExp.Rd
Extract Raw Count Matrix.
ExtractGEOExp(pf.obj, acce, supp.idx = 1, down.supp = FALSE)
pf.obj | GEO object of platform. |
---|---|
acce | GEO accession number. |
supp.idx | The index of supplementary files to download. Default: 1. |
down.supp | Logical value, whether to download supplementary files to create count matrix. If TRUE, always
download supplementary files. If FALSE, use |
A dataframe.
# pf.obj = GEOobj(acce = "GSE147507", platform = "GPL28369") # count.mat = ExtractGEOExp(pf.obj, acce = "GSE147507")