I see. But I cant seem to extract the counts on the gset. I know that for microarray, one could use
gset <- getGEO("GSE47045", GSEMatrix =TRUE)
if (length(gset) > 1) idx <- grep("GPL6246", attr(gset, "names")) else idx <- 1
gset <- gset[[idx]]
str(exprs(gset))
I get
num [1:34760, 1:24] 12.85 11.2 7.58 13.42 6.72 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:34760] "10338001" "10338003" "10338004" "10338017" ...
..$ : chr [1:24] "GSM1143711" "GSM1143712" "GSM1143713" "GSM1143714" ..
But when it comes to RNA-seq Illumina data, the "if" command line generated NULL counts..
Hello junsionglow!
It appears that your post has been cross-posted to another site: https://stackoverflow.com/questions/51689293/
This is typically not recommended as it runs the risk of annoying people in both communities.
Understood, my apologies. I have taken down the post on stackoverflow.