| get_samples_names_dx | R Documentation |
Extract sample names from JDX files in a folder.
get_samples_names_dx(foldername)
foldername |
Path to the folder containing JDX files. |
A character vector with the sample names extracted from the JDX files in the input folder.
dir.create("jdx_examples", showWarnings = FALSE)
file.create(file.path("jdx_examples", "sample1.dx"))
file.create(file.path("jdx_examples", "sample2.DX"))
get_samples_names_dx("jdx_examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.