-
Notifications
You must be signed in to change notification settings - Fork 14
extract VDJ recombinations
Serghei Mangul edited this page May 15, 2016
·
2 revisions
Here we explain hot to extract reads spanning VDJ recombinations
python ~/code2/rop/source/iprofile/extract_VDJ.py unmapped_108318A_IGL_igblast.csv $PWD/VJ/ IGL 1e-05
If case you have many samples, which are saved in a directory
for f in IGK/* ; do python ~/code2/rop/source/iprofile/extract_VDJ.py $f $PWD/VJ/ IGL 1e-05;done
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?