extract_sample_names {tidyDenovix} | R Documentation |
Title: Extract sample names from the Denovix data frame
Description
Title: Extract sample names from the Denovix data frame
Usage
extract_sample_names(dfile, file_type = NULL)
Arguments
dfile |
The denovix raw file for sample name(s) extraction. |
file_type |
The type of file. |
Value
A vector of sample names.
Author(s)
Tingwei Adeck
Examples
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
esn = extract_sample_names(fpath, file_type = 'csv')
[Package tidyDenovix version 2.1.0 Index]