Description Usage Arguments Value Examples
View source: R/TabulateDEStats.R
plot Prapotional venn diagram for upregulated and downregulated genes
1 2 3 4 5 6 7 | TabulateStats(
DE,
FoldChange = 0,
cutoff = 0.05,
DE.Only = TRUE,
type.sig = "p"
)
|
DE |
list of Differentially Expressed Genes from Various methods. |
FoldChange |
is cuoff to mark genes as Differentially expressed |
cutoff |
is either pvalue of FDR cutoff for filtering |
DE.Only |
Logical, show unchanged genes or not default TRUE |
type.sig |
vector |
data frame of Deferentially expressed genes counts in various methods
1 2 3 4 | data("DEG")
DE.list<-list("edger" =dge_edger, "edgerql" = dge_edgerql,
"deseq2" = dge_deseq2, "voom" = dge_voom )
TabulateStats(DE=DE.list , FoldChange=1.5 , cutoff =0.01 , type.sig ="FDR")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.