Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 798 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 798 Bytes

V(D)J T Cell and B Cell Analysis with cellranger

cellranger vdj pipeline

The cellranger vdj pipeline can be used to analyze sequencing data produced from Chromium Single Cell 5′ V(D)J libraries.

nohup run_cellranger_vdj.sh  &> out.vdj&

cellranger multi pipeline

If you have single cell gene expression (GEX) libraries and V(D)J libraries from the same sample, the cellranger multi pipeline improves cell calls in the V(D)J dataset by discarding any cells that were not also called in the corresponding 5' gene expression dataset (recommended).

nohup run_cellranger_multi.sh  &> out.multi&