深度密码子突变分析仪

dcma的Python项目详细描述


深度密码子突变分析仪(dcma)

DCMA从目标文件分析.fasta文件中的每一列密码子,生成一个报告,列出所有可能的突变。

安装

pip install dcma

示例

用法

命令行

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

importdcma.coreassolvertarget_path='example.fasta'report_name='myrep'report_type='all'# 'xls', 'csv' or 'all'report_path='results-folder'# optionalsolver.set_debug_mode(True)# optional# results[0] -> polarity results dataframe# results[1] -> alerts dataframeresults=solver.run(target_path)# option 1: export to the current foldersolver.export(results,report_type,report_name)# option 2: export to custom foldersolver.export(results,report_type,report_name,report_path)

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
virtualbox无法从java移动共享文件夹中的文件   java如何连接Android 4.3.5(GA)的apache HttpClient库?   片段中的java Recyclerview未立即显示警报对话框结果   javac(n,r)计算器程序不工作   java使用BooleanQuery还是编写更多索引?   如何在java中设置y/n循环?   java不兼容的通用通配符捕获   java如何在安卓xml中编写数据绑定时的三元操作条件   java如何使用FileDialog?   java如何创建单元测试来检测是否有人使用错误的编码编辑了文件?   java如何从唯一的字符串生成唯一的int?   java gradletomcatplugin:log4j:WARN找不到记录器的附加程序   java我的动态编程解决方案(Kefa和第一步)在codeforces中有什么问题?   java每天更新两个数据库,使它们都包含相同的有效数据集   java如何检查给定的时间是否在时间限制之间   java在单个json POST上保存父级和子级   java如何获取Solr字段类型