plotZbyTF: Plot Z by TF out-degree quantiles

Description Usage Arguments Value Examples

View source: R/plotting.R

Description

Generates a Z-score scatterplot for edges according to the TF outdegree in prior. The two PANDA objects should only differ in the gene expression used for the network constructions or other parameters.

Usage

1
plotZbyTF(x, y, motif, hasPrior = TRUE, cuts = 1, cols = 2)

Arguments

x

PANDA object - output of the panda function.

y

PANDA object - second PANDA object.

motif

Motif used to construct the networks.

hasPrior

TRUE/FALSE, If TRUE plots the edges that are given a weight > 0 in the motif, else plot those given a weight of 0

cuts

either a numeric vector of two or more unique cut points or a single number (greater than or equal to 2) giving the number of intervals into which 'x' is to be cut.

cols

Number of columns in layout.

Value

ggplot heatmapfor each TF, get outdegree in regulatory prior

Examples

1
2
3
4

pandaR documentation built on Nov. 8, 2020, 5:56 p.m.