calc_threshold_DA | R Documentation |
Threshold to generate calls on differentially abundant features
calc_threshold_DA(counts, fc_lower = 0.5, fc_upper = 1.5, nA = NULL)
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 |
differential calls in the form of faux p-values (0 for differential, 1 for not differential)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.