This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Find All Human Genes Containing A Specific Domain And Locate The Start And Ending Sites Of The Domain In Those Genes?

I'm able to find genes containing a given domain with Biomart. However, I need to know the start and ending site of the specific domain in those genes. How can I do that?

Lots of thanks!!

protein

2 answers

You can get this information using BioMart interface of InterPro. Use the following attributes to retrieve protein domain specific information.

Match Status
Match Start Position
Match Stop Position
Match Score

Try a sample query here and check the screenshot of a sample query here. If you are new to InterPro, more about InterPro is available here.

You're answer is right. But I need further help to get human genes with Ensembl ID and the start and stop position of the domain at the same time. Is this feasible?

Depending on what domain database the hit came from, you could go to the web page of the domain database and see if they offer the data. Many of them do, e.g. Pfam. However, it is possible that the domain databases offer coordinates relative to the uniprot entries, not to the Ensembl proteins. Depending on what your plans are, this might be a problem. However, Biomart offers uniprot links, which are useful to make the connection.

I disagree with one aspect of this answer. Ensembl is providing domain architecture information, including start and end information for specific domains. For example see this particular gene: http://useast.ensembl.org/Homo_sapiens/Transcript/ProteinSummary?db=core;g=ENSG00000203710;r=1:207669492-207813992;t=ENST00000400960 If you mouse-over a particular Pfam / SMART / InterPro domain, you can see the start and stop information of a particular domain.

Log in to answer this question.