Replies: 3 comments 2 replies
-
Hi, Can you share your align report? |
Beta Was this translation helpful? Give feedback.
-
Dear all, I don’t know if my experience helps, but I have used MiXCR to align sequences from a llama naïve VHH library, and the mapping success rate was over 96%. However, I am unsure whether the germline reference truly corresponds to Lama glama, or whether it defaults to Vicugna pacos (alpaca), given that these references are sometimes interchanged. On the documentation website, I found it a bit unclear which germline set is actually used under --species lamaGlama. Could you please clarify: Which specific germline reference is used by MiXCR for --species lamaGlama? Is this reference based on the IMGT database (and if so, which version), or is it a custom internal MiXCR set? If the internal library differs from the official IMGT llama set, would you recommend building a custom library from IMGT llama sequences directly? Here is an example of the command I used: java -jar mixcr.jar align \
--preset generic-amplicon \
--species lamaGlama \
--dna \
--floating-left-alignment-boundary \
--floating-right-alignment-boundary C \
--assemble-clonotypes-by CDR3 \
input.fastq \
output.alignments.vdjca \
-OsaveOriginalReads=true \
--verbose \
-t 8 Thanks in advance — I’d love to ensure our resource is properly annotated before sharing it more broadly with the community! Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, the reference is a custom-made one for Lama glama. It may differ from IMGT, but I recommend using the built-in version, as we have manually verified each gene using the genome sequence. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to use MiXCR for analyzing nanobody VHH sequences. I've previously tried aligning my sequences to the built in MiXCR llama reference library but less than 1% of my reads successfully aligned. I saw a paper where another group used MiXCR for nanbody sequences by aligning to the IMGT alpaca reference library (https://www.nature.com/articles/s41467-023-43038-z), but has anyone else used MiXCR for these types of sequences? Do I need to build a custom reference library? I'm open to any suggestions, thanks!
mixcr align
--species lamaGlama
--rna
--write-all
--keep-non-CDR3-alignments
--tag-pattern "^N(UMI:N{6:12})attcGCCA(R1:)^N{18}(R2:)" \ #specify UMI and barcode sequences
--report dr081-2_align_report.txt
--json-report dr081-2_align_report.json
--threads 8
--verbose
~/data/dr081-2_read1.fastq \ # inputs
~/data/dr081-2_read2.fastq
dr081-2_alignments.vdjca # output
Beta Was this translation helpful? Give feedback.
All reactions