gatac.pp.combine#
- gatac.pp.combine(input_paths, output_path)#
Merge multiple h5ad files into a single file with efficient streaming.
- Parameters:
Examples
>>> import gatac as ga >>> ga.pp.combine( ... ["sampleA.h5ad", "sampleB.h5ad"], ... "combined.h5ad", ... )