Description Usage Arguments Details Value Note Author(s) References See Also Examples
plot the overlap differentially expressed genes by pairwise fCI analysis
1 | npci.venn.diagram(diff.gene.ids, i = 1, k = 1)
|
diff.gene.ids |
gene ids for genes that are differentially expressed |
i |
number of comparisons for fCI analysis, i,e 1 or 2 |
k |
number of genes for fCI analysis |
TBD
figure |
the venn diagram plot |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
1 2 3 4 5 6 | targets.run1=c(2:10)
targets.run2=c(1:8)
targets.run3=c(6:12)
diff.gene.ids=list(targets.run1, targets.run2, targets.run3)
npci.venn.diagram(diff.gene.ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.