purple_qc_read: Read PURPLE QC file

purple_qc_readR Documentation

Read PURPLE QC file

Description

Reads the purple.qc file.

Usage

purple_qc_read(x)

Arguments

x

Path to the purple.qc file.

Value

The input file as a tibble and a summarised tibble with a description of each metric.

Examples

x <- system.file("extdata/purple/purple.qc", package = "gpgr")
(q <- purple_qc_read(x))

umccr/gpgr documentation built on April 21, 2024, 1:16 a.m.