Description Usage Arguments Details Value
View source: R/DEG_list_extract.R
To extract DEG list for further GO, KEGG enrichment analysis and vocanol plot painting
1 2 3 4 5 | DEG_list_extract(
DEGs_list,
log_fold_change_cut_off = 2,
q_value_cut_off = 0.05
)
|
DEGs_list |
needs analyzed list for extraction of DEGs |
log_fold_change_cut_off |
logFC cut off value. the default value is absolute value 2 |
q_value_cut_off |
FDR cut off value, the default value is absolute value 0.05 |
To extract DEG list for further GO, KEGG enrichment analysis and vocanol plot painting
a list containing 2 lists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.