Replies: 1 comment
-
There are 39 peptides only called when grouping SNV and INDEL together, and 14 only called when SNV and INDEL are parsed separately by parseVEP, and they are all noncoding. My thought is this is not a problem of calling parseVEP differently, but is in general that callVariant is a little unstable on noncoding transcripts, that some edge cases are not handled properly. So that means even if you run callVariant on the same GVF twice, you may get slightly different results. So some peptides are called and some are not called from noncoding transcripts. We know this because fuzzTest also told us that noncoding transcripts still have some mismatches. Originally posted by @zhuchcn in https://github.com/uclahs-cds/project-MissingPeptides-Method/issues/124#issuecomment-1204620262 |
Beta Was this translation helpful? Give feedback.
-
Edge cases below are skipped by moPepGen callVariant for technical difficulties:
mrna_end_NF
tag (meaning that the end of the transcript is not clear).Beta Was this translation helpful? Give feedback.
All reactions