View source: R/projectionDriveRfun.R
bonferroniCorrectedDifferences | R Documentation |
Calculate weighted/unweighted mean difference for each gene between 2 groups
bonferroniCorrectedDifferences(
group1,
group2,
pvalue,
diff_weights = NULL,
mode = "CI"
)
group1 |
count matrix 1 |
group2 |
count matrix 2 |
pvalue |
significance value to threshold |
diff_weights |
loadings to weight the differential expression |
mode |
statistical approach, confidence intervals(CI) or pvalues(PV) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.