Skip to contents

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

Tingwei Adeck

Examples

fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
esn = extract_sample_names(fpath, file_type = 'csv')