Skip to content

Instantly share code, notes, and snippets.

@bobthecat
Created August 10, 2012 21:40
Show Gist options
  • Save bobthecat/3318279 to your computer and use it in GitHub Desktop.
Save bobthecat/3318279 to your computer and use it in GitHub Desktop.
expr_matrix
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