.getABEdgeR | R Documentation |
Given a PhIPData
object, beads-only shape parameters
are estimated by first deriving the peptide-specific edgeR dispersion
estimate φ^{edgeR}. φ^{edgeR} corresponds to the squared
coefficient of variation for the proportion of reads pulled for a given
peptide. Using φ^{edgeR} to derive an estimate of the variance for
the proportion of reads pulled by a single peptide, the mean and variance are
converted to shape parameters of a beta distribution.
.getABEdgeR( object, threshold.cpm = 0, threshold.prevalence = 0, lower = 1, upper = Inf )
object |
a |
threshold.cpm |
CPM threshold to be considered present in a sample. |
threshold.prevalence |
proportion of beads-only samples that surpass
|
lower |
minimum value of the beta shape parameters. |
upper |
maximum value of the beta shape parameters. |
dataframe with rows corresponding to peptides and columns corresponding to estimated shape parameters of the beta distribution.
[.edgeRBeads()] for estimating φ^{edgeR}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.