MCPcopy Create free account
hub / github.com/SingleRust/SingleRust / read_h5ad_fast_memory

Function read_h5ad_fast_memory

src/io/mod.rs:33–35  ·  view source on GitHub ↗
(path_to_file: P)

Source from the content-addressed store, hash-verified

31}
32
33pub fn read_h5ad_fast_memory<P: AsRef<Path>>(path_to_file: P) -> anyhow::Result<IMAnnData> {
34 anndata_memory::load_h5ad_fast(path_to_file)
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected