Learn R Programming

tidyDenovix (version 2.1.0)

qc_attributes: Title: Quality Control data frame

Description

Title: Quality Control data frame

Usage

qc_attributes(dfile, file_type = NULL, xdf)

Value

A quality control data frame.

Arguments

dfile

The Denovix file path.

file_type

The type of file.

xdf

The Denovix data frame.

Author

Tingwei Adeck

Examples

Run this code
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)

Run the code above in your browser using DataLab