qc_attributes {tidyDenovix} | R Documentation |
Title: Quality Control data frame
Description
Title: Quality Control data frame
Usage
qc_attributes(dfile, file_type = NULL, xdf)
Arguments
dfile |
The Denovix file path. |
file_type |
The type of file. |
xdf |
The Denovix data frame. |
Value
A quality control data frame.
Author(s)
Tingwei Adeck
Examples
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
rna_data = read_denovix_data(fpath, file_type = 'csv')
qc_attributes = qc_attributes(fpath, file_type = 'csv', rna_data)
[Package tidyDenovix version 2.1.0 Index]