R/utils.R

Defines functions example_reports

Documented in example_reports

example_reports <- function(report = c("protqc",
                                       "n15qc",
                                       "custom",
                                       "rnadeg")) {
    report <- match.arg(report, several.ok = FALSE)
    dir(system.file("reports", package = "qcmetrics"),
        pattern = report, full.names = TRUE)
}
lgatto/qcmetrics documentation built on Feb. 4, 2024, 12:20 p.m.