Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/AbsoluteQuantification.R
Absolute label-free quantification of mass spectrometry proteomics experiments.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Default S3 method:
AbsoluteQuantification(data, total_protein_concentration = 1, ...)
## S3 method for class 'AbsoluteQuantification'
cval(object, cval_method = "mc", mcx = 1000, ...)
## S3 method for class 'AbsoluteQuantification'
print(x, ...)
## S3 method for class 'AbsoluteQuantification'
plot(x, ...)
## S3 method for class 'AbsoluteQuantification'
hist(x, ...)
## S3 method for class 'AbsoluteQuantification'
pivot(x, ...)
## S3 method for class 'AbsoluteQuantification'
export(x, file, ...)
|
data |
a mandatory data frame containing the columns |
total_protein_concentration |
the total protein concentration in the sample in any unit. This will be used for the normalized protein and concentration columns. |
object |
an |
cval_method |
a method for doing crossvalidation: |
mcx |
a positive integer value of the number of folds for cross-validation. |
file |
the location of the output csv file. |
x |
an |
... |
future extensions. |
If absolute quantity estimation based on anchor peptides or proteins is demanded, the calibration peptide or protein abundance must be provided. Both estimated calibration protein intensities and separately determined calibration protein concentrations are log transformed and a first order linear least-squares regression of this log-log data is calculated. The abundance of the target proteins is predicted based on this regression. The error of the regression arises from biological and technical variation as well from the protein and peptide intensity estimators. To perform model selection and to estimate the error of the predicted protein concentrations, bootstrapping and Monte Carlo cross-validation as suggested (Malmstrom et al., 2009; Ludwig et al., 2012) were implemented. For both methods, the objective function is the minimization of the mean fold-error.
If, on the other hand, the total protein concentration per cell is supplied in proteome-wide experiments, the absolute protein concentrations are estimated by normalization of the MS intensities or spectral counts to this number (Lu et al., 2006).
An object of class AbsoluteQuantification
.
George Rosenberger gr2578@cumc.columbia.edu
Malmstrom, J. et al. Proteome-wide cellular protein concentrations of the human pathogen Leptospira interrogans. Nature 460, 762-765 (2009).
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).
Lu, P., Vogel, C., Wang, R., Yao, X. & Marcotte, E. M. Absolute protein expression profiling estimates the relative contributions of transcriptional and translational regulation. Nat Biotech 25, 117-124 (2006).
import
, ProteinInference
, ALF
, APEX
, apexFeatures
, proteotypic
1 2 3 4 5 6 7 8 9 |
AbsoluteQuantification
Number of proteins: 4
Calibration Trainingset size: 4
Calibration Testset size: 4
Calibration Regression mean-fold error: 1.86633
Calibration Regression R-squared: 0.9395671
Calibration cross-validation mean-fold error: 826.6511
Calibration cross-validation R-squared: -25.83585
Calibration CV: 17.53133
Normalized Concentration CV: -86.98352
UPS2_SRM
O76070ups|SYUG_HUMAN_UPS 0.6497359
P00167ups|CYB5_HUMAN_UPS 104.9926657
P00709ups|LALBA_HUMAN_UPS 2.3885620
P00915ups|CAH1_HUMAN_UPS 249.4324721
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.