View source: R/plotGenePathway.R
plotGenePathway | R Documentation |
This function creates a plot for visualizing gene expression between partitions, either as a static plot or interactive with plotly.
plotGenePathway(
K2res,
feature,
node,
type = c("eMatDS", "eMat", "gMat"),
use_plotly = TRUE,
subsample = TRUE
)
K2res |
A K2 class object. |
node |
Character. A specific node identifier in K2res object. |
type |
Character. One of 'eMatDS' (default), 'eMat', or 'gMat'. |
use_plotly |
Logical. Whether to create a static plot, FALSE, or interactive plot, TRUE (default). |
subsample |
Logical. Whether to downsample the output object in order to save memory. This minimal impact on plot visual. Default is TRUE. |
features |
Character. Either a gene or gene set identifier. |
Either a ggplot or ggplotly object.
reed_2020K2Taxonomer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.