plot_OneReg_MultSig: Plot two tails of one regulon on multiple signatures

Description Usage Arguments Value

View source: R/multiple_signatures_plot.R

Description

This function generates a plot

Usage

1
2
3
4
5
6
7
8
9
plot_OneReg_MultSig(
  sigmat,
  tf,
  regulon,
  color = c("salmon", "cornflowerblue"),
  nes = NULL,
  padj = NULL,
  ...
)

Arguments

sigmat

a matrix with genes in rows and signatures in columns. Typically a Z-score, t-statistic of log2 fold change matrix

tf

a character vector of a regulatory protein, used to subset regulon object

regulon

named regulon object similar to output of viper::aracne2regulon

color

Vector of two components indicating the colors for the negative and positive parts of the regulon

nes

numeric vector of normalized enrichment scores, must match number of columns in sigmat

padj

numeric vector of adjusted p-values, must match number of columns in sigmat

Value

Nothing, a plot is generated in the default output device


fossbert/binilib documentation built on April 23, 2021, 10:31 p.m.