powered by
Title: Extract sample names from the Denovix data frame
extract_sample_names(dfile, file_type = NULL)
A vector of sample names.
The denovix raw file for sample name(s) extraction.
The type of file.
Tingwei Adeck
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE) esn = extract_sample_names(fpath, file_type = 'csv')
Run the code above in your browser using DataLab