View source: R/tD_subordinates.R
qc_attributes | R Documentation |
Title: Quality Control data frame
qc_attributes(dfile, file_type = NULL, xdf)
dfile |
The Denovix file path. |
file_type |
The type of file. |
xdf |
The Denovix data frame. |
A quality control data frame.
Tingwei Adeck
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.