Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/applicativesystem/domain-analyzer

domain analyzer for analyzing interpro domains
https://github.com/applicativesystem/domain-analyzer

bacterial-domains bacterial-genome-analysis bacterial-genomes bioinfromatics domain-analysis genome-analysis interpro

Last synced: 7 days ago
JSON representation

domain analyzer for analyzing interpro domains

Awesome Lists containing this project

README

        

# domain-analyzer

- This repository contains a datascience based faster implementation of the domain predictions from the interpro scan and it will give you a complete domains information, coordinates and other associative information.
- I used a mapping dataframe approach to make it faster rather than looping it over and over.

```python
bacterialProteomeDomainAnalyzer("/Users/gauravsablok/Desktop/CodeTest/json_parser/ipr_scan.json", \
arg_type = "getdomains")
[['G3DSA:3.30.70.20'],
['SSF53323', 'Pyruvate-ferredoxin oxidoreductase, PFOR, domain III'],
['G3DSA:3.40.50.920'],
['cd07034', 'TPP_PYR_PFOR_IOR-alpha_like', 'TPP_PYR_PFOR_IOR-alpha_like'],
['PIRSR005784-1', 'PIRSR005784-1'],
['PF01855',
'POR_N',
'Pyruvate flavodoxin/ferredoxin oxidoreductase, thiamine diP-bdg'],
['G3DSA:3.40.50.970:FF:000012',
'Pyruvate:ferredoxin (Flavodoxin) oxidoreductase']]
help(bacterialProteomeDomainAnalyzer) # for more information
```
Gaurav Sablok \
University of Potsdam \
Potsdam,Germany