dataset combine¶
Combine per-sample QuantNado .zarr stores into a single multi-sample dataset.
Usage¶
quantnado dataset combine \
--stores dataset/ATAC_1.zarr dataset/RNA_1.zarr dataset/METH_1.zarr \
--output dataset/combined.zarr
Required Options¶
--stores: one or more per-sample.zarrstores after a single flag--output,-o: path to the combined multi-sample.zarr
Options¶
--overwrite / --no-overwrite: replace the output store if it already exists--workers,--n-workers: number of thread workers to use while copying rows--log-file PATH: log destination--verbose,-v: debug logging
Notes¶
dataset combineaccepts either:- one
--storesflag followed by a list of store paths, or - a single directory path after
--storesif you want to combine every.zarrstore in that directory - incomplete stores are skipped by the combine engine
- the combined store can be opened with the same
QuantNado/QuantNadoDatasetAPI