Computational Diagnostics Group @ Max Planck Institute for Molecular Genetics, Berlin (original) (raw)

Home
Contact
Group Members
Dept. Vingron
Research
Publications
Software
Workshops
Group Seminar
NGFN Microarray Data Analysis Resource
Collaborators

Software

Packages we host for friends:

Download R-packages from our R repository

All R-packages from our group are available from the CompDiag R repository.

In R, you can directly download a package by

library(reposTools) pck = "stam" # or "twilight" or "macat" or ... rep = getReposEntry("http://compdiag.molgen.mpg.de/software/Rrepos") install.packages2(pck,rep)