msmu.read_delpi
Reads a DELPI output file and returns a MuData object.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
identification_file
|
str | Path
|
Path to the DELPI output file. |
required |
sdrf_file
|
str | Path | None
|
Optional SDRF metadata file to merge into obs. |
None
|
validate_sdrf
|
bool
|
Validate the SDRF with sdrf-pipelines if installed. Default is True. |
True
|
Returns:
| Type | Description |
|---|---|
MuData
|
A MuData object. |