All Projects → lgatto → RforProteomics

lgatto / RforProteomics

Licence: other
Using R and Bioconductor packages for the analysis and comprehension of proteomics data.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to RforProteomics

QFeatures
Quantitative features for mass spectrometry data
Stars: ✭ 12 (-76.92%)
Mutual labels:  bioconductor, proteomics, mass-spectrometry
pFind3
No description or website provided.
Stars: ✭ 20 (-61.54%)
Mutual labels:  proteomics, mass-spectrometry
pyqms
pyQms, generalized, fast and accurate mass spectrometry data quantification
Stars: ✭ 22 (-57.69%)
Mutual labels:  proteomics, mass-spectrometry
MSFragger
Ultrafast, comprehensive peptide identification for mass spectrometry–based proteomics
Stars: ✭ 43 (-17.31%)
Mutual labels:  proteomics, mass-spectrometry
ensembldb
This is the ensembldb development repository.
Stars: ✭ 31 (-40.38%)
Mutual labels:  bioconductor, bioconductor-packages
xcms
This is the git repository matching the Bioconductor package xcms: LC/MS and GC/MS Data Analysis
Stars: ✭ 124 (+138.46%)
Mutual labels:  bioconductor, mass-spectrometry
philosopher
A complete toolkit for shotgun proteomics data analysis
Stars: ✭ 82 (+57.69%)
Mutual labels:  proteomics, mass-spectrometry
pyprophet
PyProphet: Semi-supervised learning and scoring of OpenSWATH results.
Stars: ✭ 23 (-55.77%)
Mutual labels:  proteomics, mass-spectrometry
pDeep
pDeep: Predicting MS/MS Spectra of Peptides with Deep Learning
Stars: ✭ 24 (-53.85%)
Mutual labels:  proteomics, mass-spectrometry
LFQ-Analyst
The repo for LFQ-Analyst
Stars: ✭ 17 (-67.31%)
Mutual labels:  proteomics, mass-spectrometry
mzLib
Library for mass spectrometry projects
Stars: ✭ 19 (-63.46%)
Mutual labels:  mass-spectrometry, proteomics-data
psichomics
Interactive R package to quantify, analyse and visualise alternative splicing
Stars: ✭ 26 (-50%)
Mutual labels:  bioconductor
GNPS Workflows
Public Workflows at GNPS
Stars: ✭ 31 (-40.38%)
Mutual labels:  mass-spectrometry
ideal
Interactive Differential Expression AnaLysis - DE made accessible and reproducible
Stars: ✭ 24 (-53.85%)
Mutual labels:  bioconductor
isotope
Haskell library containing isotopic masses and relative abundances for elements from Hydrogen to Bismuth and Thorium and Uranium (excluding Technetium and promethium), i.e., all elements with naturally-occurring isotopes.
Stars: ✭ 17 (-67.31%)
Mutual labels:  mass-spectrometry
wdlRunR
Elastic, reproducible, and reusable genomic data science tools from R backed by cloud resources
Stars: ✭ 34 (-34.62%)
Mutual labels:  bioconductor
lightdock
Protein-protein, protein-peptide and protein-DNA docking framework based on the GSO algorithm
Stars: ✭ 110 (+111.54%)
Mutual labels:  proteomics
compomics-utilities
Open source Java library for computational proteomics
Stars: ✭ 24 (-53.85%)
Mutual labels:  proteomics
melonnpan
Model-based Genomically Informed High-dimensional Predictor of Microbial Community Metabolic Profiles
Stars: ✭ 20 (-61.54%)
Mutual labels:  bioconductor
glypy
Glycan Analysis and Glycoinformatics Library for Python
Stars: ✭ 20 (-61.54%)
Mutual labels:  mass-spectrometry

Introduction

The RforProteomics package distributes and extends the use-cases described in the Using R and Bioconductor for proteomics data analysis manuscript (pubmed and pre-print). The package illustrates how R and a selection of dedicated packages that can be used to access mass-spectrometry proteomics data, manipulate and visualise it, how to process label-free and labelled quantitative data and how to analyse the quantitation data.

The package will be updated beyond the content of the manuscript to keep up-to-date with progress in the area. The github page can be used to edit the wiki and file new issues related to the package itself of general needed for proteomics that should be addressed in R.

NB: I you are interested in R packages for mass spectrometry-based proteomics and metabolomics, see also the R for Mass Spectrometry initiative packages and the tutorial book

It would be great if this work could stimulate a wider participation to use R and develop R packages for proteomics and promote interaction between computational biologists working in the field of proteomics, in particular by facilitating interoperability between their software. The official Bioconductor support site is the channel of choice to ask questions about specific Bioconductor packages.

Data and vignette

The package uses the dataset PXD000001 from the ProteomeXchange repository in several examples. The data can be queried and downloaded from R with the rpx package. The RforProteomics vignette is a detailed document containing the exact code to reproduce all the analyses presented in the manuscript as well as other application examples. It can be accessed once the package is installed (see below) with the RforProteomics() function. Alternatively, the vignettes can be read online here and here.

A second vignette, RProtVis focuses on the visualisation of mass spectrometry and proteomics data with R and Bioconductor. From R, it is currently only available with Bioconductor >= 3.0 using the RProtViz() function. It can also be consulted on-line on the 'RforProteomics' development version page.

Installation

The package is available on Bioconductor (version >= 2.13). To install the package and its documentation, start R (>= 3.0.0 required) and type:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("RforProteomics")

To install all dependencies (75+ packages, including RforProteomics) and fully reproduce the code in the vignettes, replace the last line in the code chunk above with:

BiocManager::install("RforProteomics", dependencies = TRUE)

Collaborative editing

The community and package authors are invited to contribute to the package. If you have or know of a package of interest, please fork the repository, add a new section to the vignette and send a pull request. If you update the vignette, please also add yourself as a contributor to the package.

Help

To obtain help or additional information about the RforProteomics package and about the packages presented in the vignette or manuscript, please use the Bioconductor support site.

For general resources about R, see the corresponding section in the vignettes and the TeachingMaterial repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].