深度密码子突变分析仪

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第三方库


热门话题
java我的int值在SharedReferences中不被记住   java如何编辑Spring可分页对象?   java如何在gradle中单独调用任务   jvm以编程方式设置最大java堆大小   java如果满足多个条件,如何使用If语句计算数字?   如何在java中从json文件中获取特定值   如何在Sphinx4中为Java语音识别添加自定义语法?   java int[]copy=data;//当数据是数组时会发生什么?   java豪猪管理器。停下来。destroy()不起作用   安卓在API级别28中找不到画布变量   基于SOLID的java冗余   用于talend作业的java Liferay和portlet   从java到安卓的视频流   java获取在控件的类定义中添加自定义控件的场景大小   awt Java IndexOutOfBoundsException   java如何使用Spring JmsTemplate更改MQ头   java遍历数组并打印每个对象   java Google Map api v2标记在我旋转手机和地图“刷新”之前不会移动