generate_trace_template | R Documentation |
Generate a Quarto file that has the instability pipeline preset
generate_trace_template(
file_name = NULL,
correction = "batch",
samples_grouped = TRUE
)
file_name |
Name of file to create |
correction |
select either "none", "batch" or "repeat" to indicate if the functionality for correcting repeat size using size standards across batches be included in the pipeline. See |
samples_grouped |
Indicates if the functionality for grouping samples for metrics calculations should be included in the pipeline. See |
A Quarto template file for repeat instability analysis
if (interactive()) {
generate_trace_template("test")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.