View source: R/tD_subordinates.R
extract_sample_names | R Documentation |
Title: Extract sample names from the Denovix data frame
extract_sample_names(dfile, file_type = NULL)
dfile |
The denovix raw file for sample name(s) extraction. |
file_type |
The type of file. |
A vector of sample names.
Tingwei Adeck
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
esn = extract_sample_names(fpath, file_type = 'csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.