Description Usage Arguments Value Examples
View source: R/grab_deg_from_cuffdiff.R
Grab differential expressed genes (DEGs) from cuffdiff result
1 2 3 4 5 6 7 | grab_degs_from_cuffdiff(
gene_exp.diff,
out.name = NULL,
class = c("mmu", "gga", "hsa"),
criterion = c("p_value", "q_value"),
cut.off = 0.05
)
|
gene_exp.diff |
a dataframe from cuffdiff result |
out.name |
If specified, the output will be written to this file. |
criterion |
p_value or q_value |
cut.off |
significance level |
A dataframe contains all DEGs with gene symvbols.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.