Description Usage Arguments Value Examples
View source: R/DEgene_clustering_Intersections.R
plot intersections of list of DE genes from multiple DESeq2 outputs
1 | plotDEgeneOverlap(DEoutList, sampleNames, FDRcutoff = 0.05, outFile = NULL)
|
DEoutList |
A vector, with names of DESeq2 output files to use. |
sampleNames |
Name of samples corresponding to the DESeq output file list. |
FDRcutoff |
FDR cutoff to select DE genes from the list |
outFile |
Name of output pdf file. If NULL, prints output on the screen |
A plot of Intersection of gene sets.
1 2 3 4 | ## Not run:
plotDEgeneOverlap(DEoutList, sampleNames, FDRcutoff = 0.05, outFile = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.