protein domain start-stop codons database
I'm working on some variations (exome, human) and I got their domain feature with VEP.
e.g. of a result: Pfam_domain:PF01762&hmmpanther:PTHR11214&hmmpanther:PTHR11214:SF28&Low_complexity_(Seg):seg
I need to get back from this domain to its codons coordinates (e.g. PANTHER PTHR11214 start and stop codons(or also genetic position if possible)). Is there any DB to retrieve this information?
I found a similar post but it's made for manual retrieve each one, I need to automate the process.
Thanks a lot in advance for any help!
• 1,499 views
•
link
2 answers
You can use Entrezdirect to get this information.
$ esearch -db cdd -query "PF01762" | elink -target protein | esummary -format ft
Output should be something like (truncated). Region entry denotes the domain. AA position.:
>Feature ref|XP_021018358.1|
1 350 Protein
product N-acetyllactosaminide beta-1,3-N-acetylglucosaminyltransferase 4
106 295 Region
region Galactosyl_T
note Galactosyltransferase
db_xref CDD:328824
1 350 CDS
product N-acetyllactosaminide beta-1,3-N-acetylglucosaminyltransferase 4
protein_id ref|XP_021018358.1|
db_xref GeneID:110294452
>Feature ref|XP_021015436.1|
1 325 Protein
product beta-1,3-galactosyltransferase 6
65 256 Region
region Galactosyl_T
note Galactosyltransferase
db_xref CDD:328824
1 325 CDS
product beta-1,3-galactosyltransferase 6
protein_id ref|XP_021015436.1|
db_xref GeneID:110292468
• 0 views
•
link
Log in to answer this question.
Getting to the actual domain position is not trivial. You can get gene names and coordinates using Entrezdirect and Pfam id's:
You will get something like (truncated for space):