SpectraCounteBayes | R Documentation |
Peptide/Spectra Count Based Empirical Bayes Statistics for Differential Expression
SpectraCounteBayes(fit, fit.method = "loess", coef_col)
fit |
an list object produced by Limma |
fit.method |
the method used to fit variance against the number of
peptides/PSM count quantified. Two available methods: "loess","nls" and
"spline". default "loess"."loess" uses |
coef_col |
an integer vector indicating the column(s) of fit$coefficients for which the function is to be performed. if not specified, all coefficients are used. |
This function adjusts the T-statistics and p-values for quantitative MS proteomics experiment according to the number of peptides/PSMs used for quantification. The method is similar in nature to intensity-based Bayes method (Maureen A. Sartor et al BMC Bioinformatics 2006).
a list object with the additional attributes being: sca.t - Spectra Count Adjusted posterior t-value sca.p - Spectra Count Adjusted posterior p-value sca.dfprior - Spectra Count Adjusted prior degrees of freedom sca.priorvar- Spectra Count Adjusted estimated prior variance sca.postvar - Spectra Count Adjusted posterior variance loess.model - fitted loess model.
Yafeng Zhu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.