bebatut / PylProtPredictor

Prediction of PYL proteins
http://bebatut.fr/PylProtPredictor/
Apache License 2.0
0 stars 0 forks source link

Search for pyrrolysine synthesizing gene before predicting PylProt #11

Open keuv-grvl opened 6 years ago

keuv-grvl commented 6 years ago

Few proteins are know to be necessary for pyrrolysine synthesis. Searching for these proteins may prevent the predition of PylProt in genome which are not able to synthesize pyrrolysine.

keuv-grvl commented 6 years ago

Use of tRNA prediction

tRNAscan-SE (http://lowelab.ucsc.edu/tRNAscan-SE/) can predict the tRNA with the CTA anticodon (TAG codon) using the following parameters:

Here is the pyl genes description : https://www.ncbi.nlm.nih.gov/pubmed/12029131 Here is the associated pyl gene sequences : https://www.ncbi.nlm.nih.gov/nuccore/AY064401 Here is the visualization of the predicted tRNA: http://lowelab.ucsc.edu/tRNAscan-SE/structs/drwtrna19409.gif

I propose the following strategy:

  1. Search for tRNA with CTA anticodon
  2. If found (probably), search for the mandatory pylS (a.k.a. pylRS) (it charges the tRNA with a Pyl)
  3. If found, confirm by searching for pylB, pylC and pylD (involved in Pyl synthesis)
  4. If "confirmed enough", predict Pyl-containing proteins as usual

In all cases, finding a gene cluster with pylT, pylS and pylB/C/D would strongly suggest the possibility of Pyl-containing proteins.