Replies: 1 comment
-
hi @hungms, yes you are spot on. You can run otherwise, provide a dictionary to """Primer sequences for mouse ighg"""
primer_dict = {
"IGHG2": {
"IGHG2A": "GCCAAAACAACAGCCCCATCGGTCTATCCACTGGCCCCTGTGTGTGGAGATACAACTGGC",
"IGHG2B": "GCCAAAACAACACCCCCATCAGTCTATCCACTGGCCCCTGGGTGTGGAGATACAACTGGT",
"IGHG2C": "GCCAAAACAACAGCCCCATCGGTCTATCCACTGGCCCCTGTGTGTGGAGGTACAACTGGC",
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Kelvin,
Thanks for developing this great package.
I am currently analysing mouse VDJ data with your package in the singularity container but I see all my IGHA calls from igblast were assigned as IGHA2 after correction.
2MpOG_1A.pdf
I see that in Step 4: Assigning constant region calls, you mentioned:
Can I check if the IGHA2 calls coming from this step (the curated sequences are from human I presume?). If this is the case, can I presume that it won't be appropriate to run this step for mouse VDJ to correct the other constant region calls? Or is there an alternative approach to this?
Thank you again in advance.
Beta Was this translation helpful? Give feedback.
All reactions