Skip to contents

calculate the CIBRA signal measures Calculate the significant area and proportion from a p-value distribution

Usage

signal_measures(
  pvalues,
  confidence,
  gene = NULL,
  cond = NULL,
  outputDir = FALSE
)

Arguments

pvalues

vector of pvalues generated from DE analysis

confidence

confidence value to use to calculate the proportion

gene

vector of gene name

cond

vector of condition name

outputDir

path for directory of result visualizations

Value

list containing the poportion and significant area

Examples

# Internal function