calc_threshold_DA: Threshold to generate calls on differentially abundant...

View source: R/evaluate_DA.R

calc_threshold_DAR Documentation

Threshold to generate calls on differentially abundant features

Description

Threshold to generate calls on differentially abundant features

Usage

calc_threshold_DA(counts, fc_lower = 0.5, fc_upper = 1.5, nA = NULL)

Arguments

counts

abundance data set (samples x features)

fc_lower

a lower threshold on fold change; smaller than this and observed change will be recorded as "differential"

fc_upper

an upper threshold on fold change; larger than this and observed change will be recorded as "differential"

nA

optional parameter specifying the number of samples in condition A

Value

differential calls in the form of faux p-values (0 for differential, 1 for not differential)


kimberlyroche/codaDE documentation built on May 11, 2022, 12:40 a.m.