griffithlab / pVACtools

http://www.pvactools.org
BSD 3-Clause Clear License
137 stars 59 forks source link

Add step to calculate self-similarity of MT epitope #70

Closed susannasiebert closed 4 years ago

susannasiebert commented 6 years ago

Original issue: https://github.com/griffithlab/pVAC-Seq/issues/222

Take the peptide sequence and do some sort of similarity search against the ref proteome (BLAST) to see if the peptide naturally exists in the body. If so, it wouldn't be recognized as "foreign" antigen.

  1. Implementation: Blast against the reference proteome
  2. Implementation: Blast against the personal proteome
malachig commented 5 years ago

Some relevant concepts here: https://bmccancer.biomedcentral.com/articles/10.1186/s12885-018-4325-6

susannasiebert commented 5 years ago

@malachig @jhundal @chrisamiller I have implemented the framework that would use blastp to align the epitopes to the reference proteome and returns the number of alignments found. A couple of follow up things to discuss:

malachig commented 5 years ago

Good questions.

Initial thoughts:

susannasiebert commented 5 years ago

Decision from today's meeting: