Learn R Programming

tidyDenovix (version 2.1.0)

lambda_check_source: Title: Wavelength quality control

Description

Title: Wavelength quality control

Usage

lambda_check_source(
  odf,
  sample_type = c("RNA", "DNA"),
  check_level = c("strict", "lax")
)

Value

A vector of sample names for the different QC criteria.

Arguments

odf

A data frame with quality attributes.

sample_type

The type of sample under investigation.

check_level

The level of strictness based on sample type.

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_check = lambda_check_source(rna_data,sample_type='RNA',check_level='lax')

Run the code above in your browser using DataLab