Learn R Programming

tidyDenovix (version 2.1.0)

extract_sample_names: 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)

Value

A vector of sample names.

Arguments

dfile

The denovix raw file for sample name(s) extraction.

file_type

The type of file.

Author

Tingwei Adeck

Examples

Run this code
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