Deep Codon Mutation Analyser
Project description
Deep Codon Mutation Analyser (DCMA)
DCMA analyses each column of codons within .fasta files, from a target file, generating a report with all possible mutations listed.
Installation
pip install dcma
Examples
Usage
Command Line
usage: run-dcma [-h] [--reportName REPORTNAME] [--reportPath REPORTPATH]
[--searchKP SEARCHKP] [--debug]
TARGET REPORTTYPE
Analyse mutation on all nucleotide 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 custom file name.
--reportPath REPORTPATH
Output report custom file path.
--searchKP SEARCHKP Custom keyphrase to detect searchable sequences.
--debug Turn debug messages on.
Python
import dcma.core as solver
target_path = 'example.fasta'
report_name = 'myrep'
report_type = 'all' # 'xls', 'csv' or 'all'
report_path = 'results-folder' # optional
solver.set_debug_mode(True) # optional
# results[0] -> polarity results dataframe
# results[1] -> alerts dataframe
results = solver.run(target_path)
# option 1: export to the current folder
solver.export(results, report_type, report_name)
# option 2: export to custom folder
solver.export(results, report_type, report_name, report_path)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dcma-0.1.2.tar.gz
(9.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
dcma-0.1.2-py3-none-any.whl
(11.2 kB
view details)
File details
Details for the file dcma-0.1.2.tar.gz.
File metadata
- Download URL: dcma-0.1.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80da780cfd3f0f2193ba3038454c22ac239c5f5b83c1df4b49dc690d8f074fde
|
|
| MD5 |
a04f688fe2f7bd1b6b1bea817564b32f
|
|
| BLAKE2b-256 |
b3d8e6f0b7f3015cc069bcfaa16ef5fa80c146f720fc98e28c268aa05aeb3ec9
|
File details
Details for the file dcma-0.1.2-py3-none-any.whl.
File metadata
- Download URL: dcma-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e1e9232e147f569af8acad97baf8d308498cbe4585beac44d2eb1f4a02d3375
|
|
| MD5 |
6fa9e34fce65661e96c782f9b59535d0
|
|
| BLAKE2b-256 |
198ff85da93e26752399b9c75f9475d67968bdf8530b96e98e1b10a682b4e13e
|