.categorize_diff_ase | R Documentation |
up
and down
based on log2FC, p-value and p-adj values.Usually fold change 1.5 (log2FC ~0.6) and statistical significance defined by p and/or p.adj values
are considered to mark gene (ASE) as differential expressed. However, these cutoffs change based on data quality.
This function allows changing these cutoffs and mark genes (ASE) differently expressed.
While using this package, most of the time user do not need to call this function explicitly as it is internally called by
run_ase_diff_analysis()
.
.categorize_diff_ase(
ase_tibble,
log2fc_cutoff = 1,
pval_cutoff = 0.05,
padj_cutoff = 0.01,
add_column_regul = TRUE,
regul_based_upon = 1
)
ase_tibble |
a dataframe obtained from |
log2fc_cutoff , pval_cutoff , padj_cutoff |
a numeric value, default |
add_column_regul |
logical, default |
regul_based_upon |
one of the numeric choices 1, 2, or 3. if 1 ...
if 2 ...
if 3 ...
|
// TO DO. –> explain columns 'signif' and 'type' in the returned data frame.
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.