This is an HTML document generated via R markdown along with BiocStyle. This package was introduced in October 2014 Bioconductor Newsletter.

Resources

Materials

News

Bioconductor Publications

Development and Daily build system

Source code

To view SVN source code, visit https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ and type

username: readonly
password: readonly

Package handling

Update

Update all your packages to their most recent version within the current bioconductor release

source("http://bioconductor.org/biocLite.R")
biocLite()

Upgrade

Upgrade to the latest version of Bioconductor

source("http://bioconductor.org/biocLite.R")
biocLite("BiocUpgrade")

Use devel version of the package

If you want to install a package before the new release:

source("http://bioconductor.org/biocLite.R")
useDevel()
biocLite("PACKAGENAME")

Organism packages

There are no organism-centric genomewide annotation packages (org.XX.eg.db) for horse and sheep as of February 2015. Available domestic animal species are cattle, chiken, and pig. These packages are anchored at Entrez gene identifiers, but not Ensembl gene identifiers.

Short URL

This can be used in publications or grant proposals to reference Bioconductor packages.


© 2015 Gota Morota with help from RStudio and BiocStyle