Description Usage Arguments Value Examples
adjustProteinLevel
performs the adjustment with respect to protein
abundance.
1 | adjustProteinLevel(diffSite, diffProtein)
|
diffSite |
A data frame for the differential analysis result of PTMs,
returned by the function |
diffProtein |
A data frame for the differential analysis result of
proteins, returned by the function |
A data frame.
1 2 3 4 5 6 7 8 9 10 11 12 | sim <- PTMsimulateExperiment(
nGroup=2, nRep=2, nProtein=1, nSite=1, nFeature=5,
logAbundance=list(
PTM=list(mu=25, delta=c(0, 1), sRep=0.2, sPeak=0.05),
PROTEIN=list(mu=25, delta=c(0, 1), sRep=0.2, sPeak=0.05)
)
)
summarized <- PTMsummarize(sim)
estimates <- PTMestimate(summarized)
res <- extractMeanDiff(estimates[["PTM"]], "G_1", "G_2", FALSE)
res_prot <- extractMeanDiff(estimates[["PROTEIN"]], "G_1", "G_2", TRUE)
adjustProteinLevel(res, res_prot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.