bonferroniCorrectedDifferences: bonferroniCorrectedDifferences

View source: R/projectionDriveRfun.R

bonferroniCorrectedDifferencesR Documentation

bonferroniCorrectedDifferences

Description

Calculate weighted/unweighted mean difference for each gene between 2 groups

Usage

bonferroniCorrectedDifferences(
  group1,
  group2,
  pvalue,
  diff_weights = NULL,
  mode = "CI"
)

Arguments

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)


genesofeve/projectR documentation built on April 18, 2024, 6:07 p.m.