get_qc_warnings: Get QC warnings associated with a particular curve

Description Usage Arguments Value Examples

Description

Get QC warnings associated with a particular curve

Usage

1
get_qc_warnings(tx_run, db_path = "qc-warnings.sqlite")

Arguments

tx_run

A character vector of length >= 1 where each element is a run identifier

db_path

A character vector representing a path to a SQLite file

Value

List where each key is a tx_run string and each value is a named character vector, where keys are error codes and values are messages

Examples

1
2
3
4
## Not run: 
get_qc_warnings(c('H004232_PAU0607', 'H003833_PAU0602-1'), db_path='qc-warnings.sqlite')

## End(Not run)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.