Name | Modified | Size | Downloads / Week |
---|---|---|---|
Released Source Packages | 2013-06-07 | ||
README.txt | 2013-06-19 | 1.1 kB | |
Totals: 2 Items | 1.1 kB | 0 |
RCFPD - Random Collection of Funtions for the Analysis of Proteomics Data A package providing tools for the analysis and manipulation of mass spectrometrical proteomics data. URL: http://sourceforge.net/projects/rcfpd/ Author: Johannes Graumann License: GPL (>= 3) Parts of version 1.0.2 were developed with support to JG of grants from Qatar National Research Fund’s National Priority Research Program (5-531-1-094 & 4-1267-1-194), as well as 'Biomedical Research Program' funds at Weill Cornell Medical College in Qatar, a program funded by Qatar Foundation. INSTALLATION ------------ After downloading the compressed package (RCFPD_*.tar.gz) proceed with the following command from within R (http://www.r-project.org): > install.packages(file.choose()) and select the downloaded file compressed package version (RCFPD_*.tar.gz) when presented with the selection dialog. On MS Windows the command has to be ammended: > install.packages(file.choose(),type="source") All functionality is documented using the R-internal help mechanisms, where usage examples calling included example data may also be found.