Makes a list of genes with abs(LFC) values >= min_lfc and adjusted pvalues <= max_fdr
1 | get_DEG_list(expr_data, min_lfc, max_fdr)
|
expr_data |
data.frame with LFC values in column 1 and FDR values in column 2 |
min_lfc |
minimum value of the absolute value of the LFC required to be significant |
max_fdr |
maximum value of the FDR required to be significant |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.