Replies: 3 comments 17 replies
-
Hi,
or simply:
|
Beta Was this translation helpful? Give feedback.
-
And about "flexible strategy" for extracting as many features as possible from alignments. You recommend to use "mixcr assembleContigs" command, while I found that this command is not for my case according to the documentations (https://mixcr.com/mixcr/reference/mixcr-assembleContigs/)? Besides, I tried a lot but all failed for setting "clnaOutput=true", as shown in these screenshots. Can you help me? I really cannot find the right command for this argument. |
Beta Was this translation helpful? Give feedback.
-
In short, I have PE300 sequenced libraries produced by a RACE with UMI T/BCR sequencing protocol. After alignment, I found that about 50% of reads covers VDJRegion, and others have sequencing gap in FR2. So 1). If I 'assemble-clonotypes-by CDR2_TO_FR4', those exported clones will not export "FR1" and "CDR1", which are both covered for sure. 2). If I 'assemble-clonotypes-by VDJRegion', a lot of reads will be dropped. 3). If I use "[{FR1Begin:CDR1End},{CDR2Begin:FR4End}]", the program reports error about wrong order. Is there anyway of getting as many gene features as possible, as well as clonotypes? I really need your help, Thank you very much! @mizraelson |
Beta Was this translation helpful? Give feedback.
-
My command for alignment is:
My library is produced by a RACE with UMI protocol designed by myself, and sequenced by PE300 strategy. Thus, in theoretically, it has the full VTranscriptWithP sequence, including 5UTR, L1/L2, and VDJRegion. But there is some gap about in FR2 loci, as shown in the following:
If I use "VDJRegion," many clones would be discarded, even they still have valid sequences in CDR2_TO_FR4. However, if I use CDR2_TO_FR4, exportClones would lack sequence information for FR1/CDR1.
I tried using a mix-in option like "[FR1,CDR1,CDR2_TO_FR4]" during alignment, but the software indicated that the order was incorrect, and it seems that the software would scramble the order.
I also tried parameters like "{FR1Begin:CDR1End}+{CDR2Begin:FR4End}", but the error messages from the software were not understandable to me.
I would like to know how to handle this situation? I want to make the most of the gene regions that can be covered by the sequencing data, such as FR1+CDR1+CDR2_TO_FR4.
Additionally, I would like to ask if MiXCR supports a flexible strategy: if a clone covers a large area, the assembled region should be sufficiently wide to cover more gene features, but if the coverage area is short, then use fewer gene feature for assembly. For example, I could list possible gene features from complete to partial, like [VDJRegion, FR1+CDR2_TO_FR4, CDR2_TO_FR4], and then the software tries them one by one, which could help preserve as many clones and gene features as possible.
Looking forward to your reply :)
Beta Was this translation helpful? Give feedback.
All reactions