Created
August 10, 2012 21:40
-
-
Save bobthecat/3318279 to your computer and use it in GitHub Desktop.
expr_matrix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(GEOquery); library(RankProd); library(mouse4302.db) | |
## Download the data from GEO | |
gse12499 <- getGEO('GSE12499',GSEMatrix=TRUE) | |
e <- exprs(gse12499[[1]]) | |
dim(e) | |
[1] 45101 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment