Description Usage Arguments Author(s) Examples
This basic function will plot results from PGSEA with easy altering of margins, colors, and text.
1 |
m |
matrix - your results from PGSEA (or any other numeric matrix of data) |
ff |
factor - this factor corresponds to the subtypes of your samples and will control the column names |
skip |
character - which subtype(s) to skip from "ff" |
scale |
vector, length 2 - this vector sets the minimum and maximum values for the graph scale (at bottom of plot) |
na.color |
character - color to display in the result of an NA |
margins |
vector, length 4 - this vector gives the expansion values for the margins |
r.cex |
numeric - number giving the amount by which row names should be scaled relative to the default |
c.cex |
numeric - number giving the amount by which column names should be scaled relative to the default |
show.grid |
boolean - show grid outlines within plot? |
cnames |
boolean or character - vector of alternative column names |
rnames |
boolean or character - vector of alternative row names |
grid.lty |
numeric - line type of the grid lines |
clust |
boolean - want to cluster? |
... |
additional graphical parameters passed along to the plotting function |
Karl Dykema <karl.dykema@vai.org>
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.