This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Gene Names Of All Proteins Having A Tyrosine Residue

Simple question - I want the names of all the genes that have a tyrosine residue in their respective amino acid sequence.

Bonus points - limit that to only genes having a tyrosine that is able to be phosphorylated by a tyrosine kinase (I understand these recognize some kind of motif, not just any old tyrosine).

Background: I'm trying to do a GO-style hypergeometric overrepresentation analysis of significantly differentially expressed proteins that are pulled down with an anti-phosphotyrosine antibody. An appropriate background set would not be every gene in the genome - only those containing a phosphorylatable tyrosine.

proteomics

1 answer

Well the first part should indeed be easy. Just get all protein sequences for your species of interest (from UniProt, or whatever you are happy to use ) and scan these for "Y". You could even use grep for that.

(Ohh, and don't forget to get the ID's and the names as well).

General idea is good but 'T' is threonine, 'Y' is tyrosine

Thanks Cliff, edited, must have been my jetlag.

Log in to answer this question.