View source: R/extract_samples.R
extract_samples | R Documentation |
Sample names are parsed from file names without the extension. If the file name is not unique, the parent directory is used.
extract_samples(files)
files |
file name with path |
A vector
Chris Stubben
# File name or parent directory should be unique
extract_samples(c("align1/1355X1.counts", "align2/1355X2.counts"))
extract_samples(c("align1/1355X1/Log.out", "align2/1355X2/Log.out"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.