plotFEA | R Documentation |
This function visualize the functional enrichment analysis (FEA)'s barplot
plotFEA(
dataFEA,
topBP = 10,
additionalFilename = NULL,
height,
width,
offsetValue = 5,
angle = 90,
xleg = 35,
yleg = 5,
titleMain,
minY = -5,
maxY = 10,
mycols = c("#8DD3C7", "#FFFFB3", "#BEBADA")
)
dataFEA |
dataFEA |
topBP |
topBP |
additionalFilename |
additionalFilename |
height |
Figure height |
width |
Figure width |
offsetValue |
offsetValue |
angle |
angle |
xleg |
xleg |
yleg |
yleg |
titleMain |
title of the plot |
minY |
minY |
maxY |
maxY |
mycols |
colors to use for the plot |
no return value, FEA result is plotted
dataFEA <- FEA(DEGsmatrix = DEGsmatrix)
plotFEA(dataFEA = dataFEA, additionalFilename = "_example",height = 20,width = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.