geneBarplot | R Documentation |
The gene module picks specified rows out the assay data, either simply by id or label. This is used to create a gene-centric info page.
geneBarplot(
expression,
experiment,
colorby,
expressionmeasure = "Expression",
palette = NULL
)
expression |
Matrix of values |
experiment |
Data frame containing metadata to use for coloring etc |
colorby |
Column name in |
expressionmeasure |
String to use for labelling y axis in plots |
palette |
Palette of colors, one for each unique value derived from
|
This function does the actual plotting with plotly. It will produce a plot for every row of the input matrix.
callModule(gene, "gene", ses)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.