This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to remove some samples from GSE dataset?

Hi all, There are 30 samples in my GSE dataset I want to remove some of them but I don know how

Here is me script

series <- "GSE9476"
platform <- "GPL96"
gset <- getGEO(series, GSEMatrix =TRUE, AnnotGPL = TRUE, destdir = "Data/")
if (length(gset) > 1) idx <- grep(platform, attr(gset, "names")) else idx <- 1
gset <- gset[[idx]]

Thanks for any help

geoquery gse
gset[,"your samples"]

0 answers

No answers yet.

Log in to answer this question.