View source: R/mgpEstimation.R
A convenience function to plot the estimates
1 2 3 | plotEstimates(estimates, groups, plotNames = NULL,
sigTest = wilcox.test, pAdjMethod = stats::p.adjust.methods,
comparisons = "all")
|
groups |
A names list of groups $groups part pf the mgpEstimate function's output |
plotNames |
a vector of strings. full address of the plots |
sigTest |
function to be used in calculation of p values for comparisons |
pAdjMethod |
character. which method to use when adjusting p values for multiple testing correction |
comparisons |
a 2 by n matrix that includes group name pairs, indicating which groups should be compared when calculating the p values. or "all" which will make comparison between all available groups by setting it to combn(groups,2) |
estimates. |
a named list of cell type estimates. $estimates part of the mgpEstimate function's output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.