Thursday, 4 January 2018

development packages page for Bioconductor

So here is the development packages page for Bioconductor

http://bioconductor.org/packages/devel/bioc/

I guess drawProteins should be here soon...

I think this code should install development version from Bioconductor when it's there:


install.packages("drawProteins",
 repos = "http://www.bioconductor.org/packages/devel/bioc",
     type  = "source")

I will check back and test it in a few days...

N.B. Will it work?

For the development version on github:


No comments:

Post a Comment