Skip to content.

bioconductor.org

Bioconductor is an open source and open development software project
for the analysis and comprehension of genomic data.

Sections

exercises.R

library(tools)
Stangle("exercises.Rnw", output="exertest.R")
Sweave("exercises.Rnw", echo=F, eval=F, pdf=F, eps=F, output="exercises.tex")
Sweave("exercises.Rnw", echo=T, eval=T, pdf=T, eps=T, output='tmp.tex')

tmp = readLines('tmp.tex')
z = grep("dummy = ", tmp)
rep = gsub("dummy = \\\"", "\\\# ", tmp[z])
rep = gsub("\"", "", rep)
tmp[z] = rep
writeLines(tmp, "exersol.tex")
News
2009-10-26

BioC 2.5, consisting of 352 packages and designed to work with R 2.10.z, was released today.

2009-01-07

R, the open source platform used by Bioconductor, featured in a series of articles in the New York Times.