Description Usage Arguments Details Value Examples
Imports: igraph, data.table,
1 2 3 4 5 6 7 8 9 | setNetGSEA(
gsea,
edgefactor = 1,
spread = 1,
vertexSize = 7,
vertexShape = "pie",
labelSize = 2,
labelDistance = 1.7
)
|
gsea |
gsea object from function seekGSEA() from the seeqR package |
spread |
number, factor to expand the plot |
vertexSize |
number, regulates the size of the nodes/vertexes of the plot |
vertexShape |
character, either "pie" (default) or "none", circle", “square”, “csquare”, “rectangle” “crectangle”, “vrectangle”, “raster”, or “sphere” |
it is complicated
prints a plot and outputs a list
1 2 | gsea <- seekGSEA(...)
setNetGSEA(gsea)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.