使用Python的matplotlib高仿各种生信工具的绘图结果。
High imitation some bioinformatics tools result by python matplotlib.
$ python pyfile.py <INPUT-FILE>
本仓库中的大多数脚本都是这样使用的。
Most script of this repository use like this way.
只能运行在Python3环境下,依赖包括但不限于以下的包:
Python3 only and they requirement packages include but not only:
-
docopt 用于解析参数 use to parse command line args
-
biopython 生信必备,你懂的 uah, you know it is for bioinformatics
-
matplotlib 用于绘图 use to plot
-
numpy 数据统计 data statistics