Skip to content

Instantly share code, notes, and snippets.

@kozo2
Last active August 29, 2015 14:01
Show Gist options
  • Save kozo2/25759c4e54d11740d6cf to your computer and use it in GitHub Desktop.
Save kozo2/25759c4e54d11740d6cf to your computer and use it in GitHub Desktop.
source("http://bioconductor.org/biocLite.R")
biocLite(c("genefilter", "ecoliLeucine"))
library("ecoliLeucine")
library("genefilter")
data("ecoliLeucine")
eset = rma(ecoliLeucine)
r = rowttests(eset, eset$strain)
write.csv(r, file="ttest.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment