iPQF | R Documentation |
The iPQF spectra-to-protein summarisation method integrates
peptide spectra characteristics and quantitative values for protein
quantitation estimation. Spectra features, such as charge state,
sequence length, identification score and others, contain valuable
information concerning quantification accuracy. The iPQF algorithm
assigns weights to spectra according to their overall feature reliability
and computes a weighted mean to estimate protein quantities.
See also combineFeatures
for a more
general overview of feature aggregation and examples.
iPQF(
object,
groupBy,
low.support.filter = FALSE,
ratio.calc = "sum",
method.combine = FALSE,
feature.weight = c(7, 6, 4, 3, 2, 1, 5)^2
)
object |
An instance of class |
groupBy |
Vector defining spectra to protein
matching. Generally, this is a feature variable such as
|
low.support.filter |
A |
ratio.calc |
Either |
method.combine |
A |
feature.weight |
Vector |
A matrix
with estimated protein ratios.
Martina Fischer
iPQF: a new peptide-to-protein summarization method using peptide spectra characteristics to improve protein quantification. Fischer M, Renard BY. Bioinformatics. 2016 Apr 1;32(7):1040-7. doi:10.1093/bioinformatics/btv675. Epub 2015 Nov 20. PubMed PMID:26589272.
data(msnset2)
head(exprs(msnset2))
prot <- combineFeatures(msnset2,
groupBy = fData(msnset2)$accession,
method = "iPQF")
head(exprs(prot))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.