plotURA: plotURA: Upstream regulatory analysis heatmap plot

View source: R/plotURA.R

plotURAR Documentation

plotURA: Upstream regulatory analysis heatmap plot

Description

This function visualizes the URA in a heatmap

Usage

plotURA(dataURA, additionalFilename = "URAplot")

Arguments

dataURA

output URA function

additionalFilename

figure name

Value

heatmap

Examples

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")

ibsquare/MoonlightR documentation built on Aug. 21, 2023, 7:16 a.m.