文件名称:bioinformatics_algorithms:Coursera 生物信息学算法课程代码
文件大小:24KB
文件格式:ZIP
更新时间:2024-07-28 04:22:07
Python
存储 Coursera 课程生物信息学算法 1 的代码的存储库。 课程网址: : 文档 您可以按如下方式构建此包的文档: cd doc make html 文档的根将在doc/source/index.html ,只需用浏览器打开它。 文档由两部分组成:源代码文档和课程理论。
【文件预览】:
bioinformatics_algorithms-master
----.gitignore(35B)
----README.md(620B)
----tests()
--------test_protein.py(1KB)
--------test_frequency_array.txt(512B)
--------test_dna.py(2KB)
--------test_data_structures.py(646B)
----clean.sh(116B)
----bioinformatics_algorithms()
--------protein()
--------utils.py(184B)
--------__init__.py(94B)
--------data_structures()
--------dna()
--------io()
----setup.py(437B)
----doc()
--------source()
--------Makefile(7KB)
----.travis.yml(154B)