get_samples_names_dx: Auto-exported function: get_samples_names_dx

get_samples_names_dxR Documentation

Auto-exported function: get_samples_names_dx

Description

Extract sample names from JDX files in a folder.

Usage

get_samples_names_dx(foldername)

Arguments

foldername

Path to the folder containing JDX files.

Value

A character vector with the sample names extracted from the JDX files in the input folder.

Examples


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")



specmine documentation built on Aug. 5, 2026, 5:06 p.m.