Skip to main content

Deep Protein Polarity Analyser

Project description

DPPA (Deep Protein Polarity Analyser)

Installation

pip install dppa --user

Usage

CLI:

usage: run-dppa [-h] [--reportName REPORTNAME] [--debug] TARGET REPORTTYPE

Analyse all protein alignment .fasta files from a target.

positional arguments:
  TARGET                Target .fasta file to be analysed.
  REPORTTYPE            Output report file type.

optional arguments:
  -h, --help            show this help message and exit
  --reportName REPORTNAME
                        Output report file name.
  --debug               Turn debug messages on.

Python:

import dppa.core as pol_solver

target_name = 'example.fasta'
report_name = 'dppa-report'
report_type = 'xls'

pol_solver.set_debug_mode(True) # optional

# results[0] -> polarity results dataframe
# results[1] -> alerts dataframe
results = pol_solver.run(target_name)

pol_solver.export(report_name, report_type, results)

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

dppa-0.1.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

dppa-0.1.0-py3-none-any.whl (9.3 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