create_from_cellranger (function)¶
Read a 10x Genomics cellranger
folder and produce a corresponding Loom file.
-
loompy.
create_from_cellranger
(indir: str, outdir: str = None, genome: str = None) → str[source]¶ Create a .loom file from 10X Genomics cellranger output
- Parameters
- Returns
Full path to the created loom file.
- Return type
path (str)
- Remarks:
The resulting file will be named
{sampleID}.loom
, where the sampleID is the one given by cellranger.