plotFEA {MoonlightR} | 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, minY = -5, maxY = 10)
dataFEA |
dataFEA |
topBP |
topBP |
additionalFilename |
additionalFilename |
height |
Figure height |
width |
Figure width |
offsetValue |
offsetValue |
angle |
angle |
xleg |
xleg |
yleg |
yleg |
minY |
minY |
maxY |
maxY |
no return value, FEA result is plotted
dataFEA <- FEA(DEGsmatrix = DEGsmatrix) plotFEA(dataFEA = dataFEA, additionalFilename = "_example",height = 20,width = 10)