Skip to content

msmu.io.read_sdrf

Reads tab-delimited SDRF metadata and returns an obs-ready DataFrame.

Parameters:

Name Type Description Default
sdrf_file str | Path

Path to the SDRF file.

required
validate_sdrf bool

Validate the SDRF with sdrf-pipelines if installed. Default is True.

True