Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/ProteinInference.R
Peptide inference for aLFQ import data frame.
| 1 2 3 4 | ## Default S3 method:
PeptideInference(data, transition_topx = 3,
transition_strictness = "strict",transition_summary = "sum",
consensus_proteins = TRUE, consensus_transitions = TRUE, ...)
 | 
| data | a mandatory data frame containing the  | 
| transition_topx | a positive integer value of the top x transitions to consider for transition to peptide intensity estimation methods. | 
| transition_strictness | whether  | 
| transition_summary | how to summarize the transition intensities:  | 
| consensus_proteins | if multiple runs are provided, select identical proteins among all runs. | 
| consensus_transitions | if multiple runs are provided, select identical transitions among all runs. | 
| ... | future extensions. | 
The PeptideInference module provides functionality to infer peptide / precursor quantities from the measured precursor or fragment intensities or peptide spectral counts.
A standard aLFQ import data frame on peptide / precursor level.
George Rosenberger gr2578@cumc.columbia.edu
Ludwig, C., Claassen, M., Schmidt, A. & Aebersold, R. Estimation of Absolute Protein Quantities of Unlabeled Samples by Selected Reaction Monitoring Mass Spectrometry. Molecular & Cellular Proteomics 11, M111.013987-M111.013987 (2012).
import, AbsoluteQuantification, ALF, APEX, apexFeatures, proteotypic
| 1 2 3 4 | data(UPS2MS)
data_PI <- PeptideInference(UPS2_SRM)
print(data_PI)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.