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
2008-05-01

BioC 2.2, consisting of 260 packages and designed to work with R 2.7.0, was released today.

2008-03-04

BioConductor release scheduled for 30 April 2008.