Skip to content

Functions have access to molecule_info.h5 file from Cellranger

License

Notifications You must be signed in to change notification settings

Fougere87/TenXTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10xTools

Functions to access the molecule_info.h5 file from Cellranger and compute metrics from it.

You can find functions to read H5 molecule_info from cellRanger output in H5_reading.py file

To install

clone the package Change directory the cloned package then pip3 install --user -e .

Usage

To get reads metrics for a customized set of cells use the GetMetrics.py script. usage : GetMetrics.py -m <mol_info_file> -c <cell_file> -o where cell_file contains the barcodes of the cells you are interested in.

Be cautious, using this function with a dataset containing 4000 cells sequenced @ 150 KReads/cell used 20GB of RAM

Thanks for using !

About

Functions have access to molecule_info.h5 file from Cellranger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages