render | R Documentation |
This function create a Rmarkdown script and render it as a HTML document.
The HTML document is a quality-control report using all the metrics from visualise()
based on recommendations from NanoString.
render(
nacho_object,
colour = "CartridgeID",
output_file = "NACHO_QC.html",
output_dir = ".",
size = 1,
show_legend = TRUE,
show_outliers = TRUE,
outliers_factor = 1,
outliers_labels = NULL,
clean = TRUE
)
nacho_object |
[list] A list object of class |
colour |
[character] Character string of the column in |
output_file |
[character] The name of the output file. |
output_dir |
[character] The output directory for the rendered output_file.
This allows for a choice of an alternate directory to which the output file should be written
(the default output directory is the working directory, i.e., |
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 |
clean |
[logical] Boolean to indicate whether the Rmd and Rdata file used to produce the HTML report
are removed from |
if (interactive()) {
data(GSE74821)
render(GSE74821)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.