Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for "alternative start codon" discovery #659

Closed
lydiayliu opened this issue Jan 23, 2023 · 1 comment · Fixed by #862
Closed

Support for "alternative start codon" discovery #659

lydiayliu opened this issue Jan 23, 2023 · 1 comment · Fixed by #862
Labels
enhancement New feature or request

Comments

@lydiayliu
Copy link
Collaborator

Inspired by studies that use mass spect to look for alternative start codons that are not the AUG in the canonical reference.

Here's an example method: "A database of products from possible alternative translation initiation sites (aTIS) was constructed by searching the 5′ UTR of GENCODE transcripts (v25) for putative alternative start codons and in silico translating these “novel coding sequences”. "

References:

  • Wang, Dongxue, et al. "A deep proteome and transcriptome abundance atlas of 29 healthy human tissues." Molecular systems biology 15.2 (2019): e8503.
  • Na, Chan Hyun, et al. "Discovery of noncanonical translation initiation sites through mass spectrometric analysis of protein N termini." Genome research 28.1 (2018): 25-36.
@lydiayliu lydiayliu added the enhancement New feature or request label Jan 23, 2023
@zhuchcn
Copy link
Member

zhuchcn commented Jan 25, 2023

I'm also interested in this! Should be easy to implement as long as the alternative start codon does not have any synonymous codons, otherwise we have to identify the stop codon before or during translating the TVG to PVG.

zhuchcn added a commit that referenced this issue Mar 21, 2024
…coding` and `callVariant` to call novel ORF peptides from coding transcripts. #659
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants