[R] exprs function download

Tobias Verbeke tobias.verbeke at telenet.be
Sat Feb 23 18:28:51 CET 2008


> I am supposed to use exprs as a function. Where can i download exprs
> function? I tried searching at bioconductor and seach engine but no luck. Is
> it located in one of the library in R?

source("http://bioconductor.org/biocLite.R")
biocLite("Biobase")
library(Biobase)
?exprs

HTH,
Tobias



More information about the R-help mailing list