thanks @David for answering .. the thing is the overlapping is available. I just need a source that tell me what is the available domains and their names so I can make sure while coding my program..
Hello every one, currently I am coding a program that draw the protein with its domains But I have an issue which is the domain shape and colour. There is overlapping between the domains and I do not know how to distinguish between the domains in order to specify the shape or the colour for each domain.
For example the input file is : A_acidus_CBS_106_47_iprscan.out From: http://www.aspergillusgenome.org/download/domains/A_acidus_CBS_106_47/A_acidus_CBS_106_47_iprscan.out
This tab-delimited text file contains the output of a search of all translated ORF sequences from this strain using the IprScan program.
Columns:
- Systematic identifier of the input sequence
- crc64 (unique checksum) of the sequence
- Length of the sequence (in amino acids)
- Analysis method
- Source database entry for this match
- Source database description for the entry
- Start coordinate of the domain match
- End coordinate of the domain match
- E-value of the match (reported by analysis method)
- Status of the match (T: true; ?: unknown)
- Date of the IprScan run
- InterPro domain identifier
- InterPro domain description
- GO (gene ontology) description for the InterPro domain
I want to know how to distinguish between them then after that I can give the user the choice to choose the shape and colour from the beginning.
1 answer
Most likely there is not an overlap between the biological domains. I suggest you study the InterPro page, try to do a few queries. InterPro is a collection of, primarily, Hidden Markov Models from different databases (e.g. PfamA, TIGRFAM, SUPERFAMILY.) The different model files for the same domains may vary a bit from database to database, depending on the seed alignment. That being said, there may be some cases where domains overlap found from models in the same database may overlap. I suggest you study these.
I don't understand what you're trying to achieve, but if you go to the InterPro page, click "Download", The "Entry list" download should have what you are describing.
Log in to answer this question.