netConditionsPlot: Network plot of gene-gene/gene-TFs interactions

Description Usage Arguments Value Examples

View source: R/netConditionsPlot.R

Description

Generate the network plot of gene-gene/gene-TFs interactions for both conditions.

Usage

1

Arguments

x

CeTF object resulted from runAnalysis function.

Value

Returns the network plot for both conditions.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# 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)

CeTF documentation built on Nov. 25, 2020, 2 a.m.