-
Notifications
You must be signed in to change notification settings - Fork 14
How to calculate immune diversity?
[To be updated for ImReP output]
Based on IgBLAST result one can quantify immune response based on the combinatorial diversity of BCR and TCR loci. We consider reads spanning V(D)J recombinations and estimate the relative proportion of each recombination. Per sample immune diversity is estimated measured using the alpha diversity (measured by Shannon entropy) and incorporates total number of V(D)J combinations and their relative proportions.
Please use /rop/source/diversity/alphaGeneral.py
to calculate the total number of reads spanning the V(D)J recombinations, number of V(D)J recombinations and alpha diversity measured by Shannon entropy for all the samples in 'raw/VJ_recombination/IGK_VJ/' directory. The results are saved into alphaIGK_VJ.csv
located in
alpha
directory. Make sure to provide the extension of the files.
python <ropDir>/rop/source/diversity/alphaGeneral.py raw/VJ_recombination/IGK_VJ/ alpha IGK_VJ 0 1 IGK_igblast.IGK_recomb
Don’t let your unmapped reads go to waste
- Main
- About ROP Tutorial
- What is ROP?
- How ROP works?
- How to prepare unmapped reads
- How to customize tools used by ROP
- Unix Tutorial
- Get started
- Targeted analysis
- ROP analysis: one RNA-Seq sample
- How to run ROP for mouse
- ROP analysis via qsub
- ROP analysis of multiple samples via qsub array
- Immune profiling by ROP (ImReP)
- ImRep across multiple samples
- ROP input details
- ROP output details
- Source of every last read
- Additional options
- How to calculate immune diversity?
- How to run hyper editing pipeline?