Description Usage Arguments Value Examples
This function initializes the p-value cutoffs and log2foldChange values for most visualizations, filtering, and aggregation steps of this package. Significant differentially expressed genes will be initially determined based on the provided p-value cutoff and filtering, when appropriate, will generally be based on the provided log fold-change cutoff initialized by this function.
1 | init_cutoffs(p_signif = 0.05, lfc_cut = 1)
|
p_signif |
P-value cutoff for determining DE genes. Default: 0.05 |
lfc_cut |
Log2 fold-change cutoff. Default: 1 |
This function does not return a value.
1 2 3 4 5 6 | ## Not run:
init_cutoffs(p_signif=0.01, lfc_cut=1.5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.