plotURA: plotURA: Upstream regulatory analysis heatmap plot

Description Usage Arguments Value Examples

View source: R/plotURA.R

Description

This function visualizes the URA in a heatmap

Usage

1
plotURA(dataURA, additionalFilename = "URAplot")

Arguments

dataURA

output URA function

additionalFilename

figure name

Value

heatmap

Examples

1
2
3
4
5
6
7
data(dataURA)
dataDual <- PRA(dataURA = dataURA,
BPname = c("apoptosis","proliferation of cells"),
thres.role = 0)
TSGs_genes <- names(dataDual$TSG)
OCGs_genes <- names(dataDual$OCG)
plotURA(dataURA = dataURA[c(TSGs_genes, OCGs_genes),],additionalFilename = "_example")

MoonlightR documentation built on Nov. 8, 2020, 8:25 p.m.