plotURA | R Documentation |
This function visualizes the URA in a heatmap
plotURA(dataURA, additionalFilename = "URAplot")
dataURA |
output URA function |
additionalFilename |
figure name |
heatmap
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.