npci.venn.diagram {fCI} | R Documentation |
plot the overlap differentially expressed genes by pairwise fCI analysis
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
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)