View source: R/netConditionsPlot.R
netConditionsPlot | R Documentation |
Generate the network plot of gene-gene/gene-TFs interactions for both conditions.
netConditionsPlot(x)
x |
CeTF object resulted from |
Returns the network plot for both conditions.
# loading a simulated counts data data('simCounts') # performing runAnalysis function out <- runAnalysis(mat = simCounts, conditions=c('cond1', 'cond2'), lfc = 3, padj = 0.05, TFs = paste0('TF_', 1:1000), nSamples1 = 10, nSamples2= 10, tolType = 'mean', diffMethod = 'Reverter', data.type = 'counts') # plotting networks conditions netConditionsPlot(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.