autoplot.nacho | R Documentation |
This function allows to plot any qualit-control figures available
within the shiny app using visualise()
or in the HTML report from render()
.
## S3 method for class 'nacho'
autoplot(
object,
x,
colour = "CartridgeID",
size = 0.5,
show_legend = TRUE,
show_outliers = TRUE,
outliers_factor = 1,
outliers_labels = NULL,
...
)
object |
[list] List obtained from |
x |
[character] Character string naming the quality-control metrics to plot from
|
colour |
[character] Character string of the column in |
size |
[numeric] A numeric controlling point size
( |
show_legend |
[logical] Boolean to indicate whether the plot legends should
be plotted ( |
show_outliers |
[logical] Boolean to indicate whether the outliers should be highlighted
in red ( |
outliers_factor |
[numeric] Size factor for outliers compared to |
outliers_labels |
[character] Character to indicate which column in |
... |
Other arguments (Not used). |
data(GSE74821)
autoplot(GSE74821, x = "BD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.