Other packages > Find by keyword >

wrProteo  

Proteomics Data Analysis Functions
View on CRAN: Click here


Download and install wrProteo package within the R console
Install from CRAN:
install.packages("wrProteo")

Install from Github:
library("remotes")
install_github("cran/wrProteo")

Install by package version:
library("remotes")
install_version("wrProteo", "1.13.3")



Attach the package and use:
library("wrProteo")
Maintained by
Wolfgang Raffelsberger
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-01-08
Latest Update: 2025-04-01
Description:
Data analysis of proteomics experiments by mass spectrometry is supported by this collection of functions mostly dedicated to the analysis of (bottom-up) quantitative (XIC) data. Fasta-formatted proteomes (eg from UniProt Consortium <doi:10.1093/nar/gky1049>) can be read with automatic parsing and multiple annotation types (like species origin, abbreviated gene names, etc) extracted. Initial results from multiple software for protein (and peptide) quantitation can be imported (to a common format): MaxQuant (Tyanova et al 2016 <doi:10.1038/nprot.2016.136>), Dia-NN (Demichev et al 2020 <doi:10.1038/s41592-019-0638-x>), Fragpipe(da Veiga et al 2020 <doi:10.1038/s41592-020-0912-y>), MassChroq (Valot et al 2011 <doi:10.1002/pmic.201100120>), OpenMS (Strauss et al 2021 <doi:10.1038/nmeth.3959>), ProteomeDiscoverer (Orsburn 2021 <doi:10.3390/proteomes9010015>), Proline (Bouyssie et al 2020 <doi:10.1093/bioinformatics/btaa118>), AlphaPept (preprint Strauss et al <doi:10.1101/2021.07.23.453379>) and Wombat-P (Bouyssie et al 2023 <doi:10.1021/acs.jproteome.3c00636>. Meta-data provided by initial analysis software and/or in sdrf format can be integrated to the analysis. Quantitative proteomics measurements frequently contain multiple NA values, due to physical absence of given peptides in some samples, limitations in sensitivity or other reasons. Help is provided to inspect the data graphically to investigate the nature of NA-values via their respective replicate measurements and to help/confirm the choice of NA-replacement algorithms. Meta-data in sdrf-format (Perez-Riverol et al 2020 <doi:10.1021/acs.jproteome.0c00376>) or similar tabular formats can be imported and included. Missing values can be inspected and imputed based on the concept of NA-neighbours or other methods. Dedicated filtering and statistical testing using the framework of package 'limma' <doi:10.18129/B9.bioc.limma> can be run, enhanced by multiple rounds of NA-replacements to provide robustness towards rare stochastic events. Multi-species samples, as frequently used in benchmark-tests (eg Navarro et al 2016 <doi:10.1038/nbt.3685>, Ramus et al 2016 <doi:10.1016/j.jprot.2015.11.011>), can be run with special options considering such sub-groups during normalization and testing. Subsequently, ROC curves (Hand and Till 2001 <doi:10.1023/A:1010920819831>) can be constructed to compare multiple analysis approaches. As detailed example the data-set from Ramus et al 2016 <doi:10.1016/j.jprot.2015.11.011>) quantified by MaxQuant, ProteomeDiscoverer, and Proline is provided with a detailed analysis of heterologous spike-in proteins.
How to cite:
Wolfgang Raffelsberger (2020). wrProteo: Proteomics Data Analysis Functions. R package version 1.13.3, https://cran.r-project.org/web/packages/wrProteo. Accessed 02 Sep. 2026.
Previous versions and publish date:
(2026-07-23 20:40), 1.0.0 (2020-01-08 17:10), 1.1.1 (2020-04-29 16:00), 1.1.2 (2020-07-15 17:50), 1.1.3 (2020-07-18 07:40), 1.1.4 (2020-10-07 16:00), 1.2.0 (2020-10-18 23:50), 1.3.0 (2020-11-27 20:10), 1.4.0 (2021-03-10 13:00), 1.4.1 (2021-04-15 22:00), 1.4.2 (2021-07-05 17:50), 1.4.3 (2021-07-13 11:30), 1.5.0 (2022-01-10 13:40), 1.6.0 (2022-03-01 18:30), 1.7.0.1 (2022-11-24 17:20), 1.7.1 (2023-01-27 15:00), 1.8.0 (2023-03-23 17:20), 1.9.0 (2023-04-20 18:50), 1.10.0 (2023-06-16 10:10), 1.10.1 (2023-08-18 12:10), 1.11.0.1 (2024-02-14 17:00), 1.12.0 (2024-07-26 15:00), 1.13.0 (2024-11-18 13:50), 1.13.1 (2025-04-02 01:00), 1.13.3 (2025-08-22 10:20), 2.0.0.2 (2026-03-11 13:30), 2.0.2 (2026-04-29 15:10)
Other packages that cited wrProteo R package
View wrProteo citation profile
Other R packages that wrProteo depends, imports, suggests or enhances
Complete documentation for wrProteo
Functions, R codes and Examples using the wrProteo R package
Some associated functions: AAmass . AucROC . VolcanoPlotW2 . cleanListCoNames . combineMultFilterNAimput . convAASeq2mass . corColumnOrder . countNoOfCommonPeptides . dot-atomicMasses . dot-checkKnitrProt . dot-checkSetupGroups . dot-commonSpecies . dot-extrSpecPref . dot-imputeNA . dot-plotQuantDistr . exportSdrfDraft . extrSpeciesAnnot . extractTestingResults . foldChangeArrow2 . getUPS1acc . isolNAneighb . massDeFormula . matrixNAinspect . matrixNAneighbourImpute . plotROC . razorNoFilter . readDiaNNFile . readDiaNNPeptides . readFasta2 . readFragpipeFile . readMassChroQFile . readMaxQuantFile . readMaxQuantPeptides . readOpenMSFile . readProlineFile . readProtDiscovFile . readProtDiscovPeptides . readProtDiscovererPeptides . readProteomeDiscovererFile . readSampleMetaData . readSdrf . readUCSCtable . readUniProtExport . readWombatNormFile . removeSampleInList . replMissingProtNames . shortSoftwName . summarizeForROC . test2grp . testRobustToNAimputation . writeFasta2 . 
Some associated R codes: AAmass.R . AucRoc.R . VolcanoPlotW2.R . cleanListCoNames.R . combineMultFilterNAimput.R . convAASeq2mass.R . corColumnOrder.R . countNoOfCommonPeptides.R . exportSdrfDraft.R . extrSpeciesAnnot.R . extractTestingResults.R . foldChangeArrow2.R . getUPS1acc.R . isolNAneighb.R . massDeFormula.R . matrixNAinspect.R . matrixNAneighbourImpute.R . plotROC.R . razorNoFilter.R . readDiaNNFile.R . readDiaNNPeptides.R . readFasta2.R . readFragpipeFile.R . readMassChroQFile.R . readMaxQuantFile.R . readMaxQuantPeptides.R . readOpenMSFile.R . readProlineFile.R . readProtDiscovFile.R . readProtDiscovPeptides.R . readProtDiscovererPeptides.R . readProteomeDiscovererFile.R . readSampleMetaData.R . readSdrf.R . readUCSCtable.R . readUniProtExport.R . readWombatNormFile.R . removeSampleInList.R . replMissingProtNames.R . shortSoftwName.R . summarizeForROC.R . test2grp.R . testRobustToNAimputation.R . writeFasta2.R .  Full wrProteo package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

multicmp  
Flexible Modeling of Multivariate Count Data via the Multivariate Conway-Maxwell-Poisson Distribution
A toolkit containing statistical analysis models motivated by multivariate forms of the Conway-Maxwe ...
Download / Learn more Package Citations See dependency  
recmap  
Compute the Rectangular Statistical Cartogram
Implements the RecMap MP2 construction heuristic . This algorithm draw ...
Download / Learn more Package Citations See dependency  
VIM  
Visualization and Imputation of Missing Values
New tools for the visualization of missing and/or imputed values are introduced, which can be used f ...
Download / Learn more Package Citations See dependency  
ggsci  
Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'
A collection of 'ggplot2' color palettes inspired by plots in scientific journals, data visualizati ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

28,437

R Packages

239,283

Dependencies

75,283

Author Associations

28,438

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA