mixcr icon indicating copy to clipboard operation
mixcr copied to clipboard

full IG contigs assembly questions

Open slowsmile opened this issue 2 years ago • 2 comments

Dear All I am trying to assemble full IG contigs based on the clone I identified using the amplicon pipeline: ### https://mixcr.readthedocs.io/en/develop/assembleContigs.html

The procedure looks good but I have 2 additional questions

  1. is there a way to output the percentage of IGs covered by all the reads from the clone? I'd like to know how much the reads from my top clone covers the IG (from FR1 to FR4) systematically (I had to scan a good number of clones) but I could not find corresponding parameters

  2. when I specify -p fullImputed in contigs export, Mixcr will perform germline bp imputation, however, I'd like to know how does mixcr choose which VDJ segments to impute if my reads did not cover that region? What algorithm does mixcr use to determine the appropriate germline segments to impute?

Thanks a lot for your help! Xiao

slowsmile avatar Mar 28 '22 16:03 slowsmile

Hi,

  1. Could you please elaborate on what you are trying to do? perhaps an example would help.

  2. MiXCR aligns available reads and based on that alignment assigns a particular segment (the one which has the best score). If fullImputed, MiXCR will use that best-score segment to impute an uncovered region.

mizraelson avatar Jun 14 '22 11:06 mizraelson

Hi,

  1. Could you please elaborate on what you are trying to do? perhaps an example would help.
  2. MiXCR aligns available reads and based on that alignment assigns a particular segment (the one which has the best score). If fullImputed, MiXCR will use that best-score segment to impute an uncovered region.

Hi, Is it possible to exportClones -p fullImputed 5UTR+L1+L2 information? or only can start with FR1?

Thanks!

suntaosimon avatar Oct 13 '22 07:10 suntaosimon

Yes, it is possible, just follow the docs in export

PoslavskySV avatar Oct 18 '22 19:10 PoslavskySV

Yes, it is possible, just follow the docs in export

oh, I think I got it! Thank you!

suntaosimon avatar Oct 20 '22 02:10 suntaosimon