shorten.MSigDB.terms | R Documentation |
Simplify/shorten MSigDB gene set terms to make them more space economic when plotting.
shorten.MSigDB.terms(x, maxlen=32, Tolower=TRUE, unchange=FALSE, parms=list())
x |
a vector of text strings of MSigDB gene set terms. |
maxlen |
maximum lenth allowed. |
Tolower |
logic, whether to convert upper case letters to lower case. |
unchange |
logic, whether to return |
parms |
a named list specifying the paramter values of |
See function source code for details.
plotGseaEnrTable
shorten.MSigDB.terms('GO_NEGATIVE_REGULATION_OF_ACUTE_INFLAMMATORY_RESPONSE',
parms = list(maxlen=40, Tolower=TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.