Coder Social home page Coder Social logo

gauravcodepro / domain-directed-graphs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 23 KB

interpro to graphs for analyzing domains.

License: MIT License

Python 100.00%
annotation-tool bacterial-genome-analysis directed-acyclic-graph directed-graphs fungal-metagenomics graph-algorithms interproscan protein-protein-interaction proteindomains bacterialmetagenomics

domain-directed-graphs's Introduction

domain-graphs

  • This repository contains a function which will prepare the domain graphs analysis, if you will specify a domain or an interpro, it will give you all the parent and the child for the directed and undirected graphs modelling.
  • I implemented a string pattern search algorithm to make the search faster.
# for searching all the child categories of the IPR domains
IPRNetworkPlot("/Users/gauravsablok/Desktop/ipr_analyzer.txt", \
                               arg_IPR = "IPR000008", arg_type = "interpro")
[['IPR014705',
  'IPR028692',
  'IPR030537',
  'IPR033884',
  'IPR037300',
  'IPR037301',
  'IPR037302',
  'IPR037303',
  'IPR047897']]
# for searching all the child domains of the specific category
IPRNetworkPlot("/Users/gauravsablok/Desktop/ipr_analyzer.txt", \
                             arg_domain = "C2 domain", arg_type = "domain")
[['Synaptotagmin-17, C2B domain',
  'Synaptotagmin-13, C2B domain',
  'Synaptotagmin-12, C2B domain',
  'Calpain C2 domain',
  'Perforin-1, C2 domain',
  'Toll-interacting protein, C2 domain',
  'Protein Unc-13, C2B domain',
  'Synaptotagmin-like protein 4/5, C2A domain',
  'Synaptotagmins 15/17, C2A domain']]

Gaurav Sablok

domain-directed-graphs's People

Contributors

gauravcodepro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.