Description Usage Arguments Details Value Author(s) References See Also Examples
Calculating absolute and relative protein abundance from mass spectrometry-based protein expression data.
1 2 3 4 5 6 7 8 9 10 |
data |
an R object of type |
object |
an |
newdata |
an R object of type |
folds |
a positive integer value of the number of folds for cross-validation. |
x |
an |
... |
future extensions. |
The APEX module is a reimplementation of the original algorithm (Lu et al., 2006; Vogel et al., 2008) using the randomForest package. It requires apexFeatures
input objects and reports the results in an APEX
object, which can be used by the ProteinInference
module for protein quantification.
An object of class APEX
.
George Rosenberger gr2578@cumc.columbia.edu
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).
Vogel, C. & Marcotte, E. M. Calculating absolute and relative protein abundance from mass spectrometry-based protein expression data. Nat Protoc 3, 1444-1451 (2008).
import
, ProteinInference
, AbsoluteQuantification
, ALF
, apexFeatures
, proteotypic
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.