Description Usage Arguments Details Value
Method for geneView creation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
data |
data.table containing plot data |
grouping |
data.table metadata containing: column1 : key column2 : factor1 |
plot.type |
String specifying which plot type is used c("box", "line", "violin", "bar"). |
facet.target |
Target to plot on x-Axis c("gene", "condition"). |
facet.cols |
Number of plots per row. |
colors |
Vector of colors used for color palette |
ylabel |
Label of the y-axis (default = NULL). |
ylimits |
Vector defining scale of y-axis (default = NULL). |
gene.label |
Vector of labels used instead of gene names (default = NULL). |
plot.method |
Choose which method used for plotting. Either "static" or "interactive" (Default = "static"). |
width |
Set the width of the plot in cm (default = "auto"). |
height |
Set the height of the plot in cm (default = "auto"). |
ppi |
Pixel per inch (default = 72). |
scale |
Modify plot size while preserving aspect ratio (Default = 1). |
Width/ height limit = 500. If exceeded default to 500 and issue exceed_size = TRUE.
Returns depending on plot.method list(plot = ggplot/ plotly object, width = width in cm, height = height in cm, ppi = pixel per inch, exceed_size = Boolean).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.