Skip to main content

Library for getting interactions of proteins

Project description

Project Description for protein-interaction

This is a Python package for getting interactions of proteins

Installation

You can install the package using pip:

pip install protein-interaction

Usage

Import the package

import protein_interaction
from protein_interaction import get_interaction

Generate df from protein List and network type

get_interaction.get_interactions_df("physical", ['P1', 'P2'])
get_interaction.get_interactions_df("colocalization", ['P1', 'P2'])

Generate visualization from protein List and network type

get_interaction.get_visualizations("physical", ['P1', 'P2'])
get_interaction.get_visualizations("colocalization", ['P1', 'P2'])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

protein_interaction-0.0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

protein_interaction-0.0.1-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page