【发布时间】:2017-01-28 19:01:29
【问题描述】:
我想通过 Python 从 Moonlighting 蛋白质数据库 ( www.moonlightingproteins.org/results.php?search_text= ) 中提取具有氨基酸序列的 FASTA 文件,因为这是一个迭代过程,我宁愿学习如何比手动编程,b / c来吧,我们在2016年。问题是我不知道如何编写代码,因为我是一个菜鸟程序员:(。基本的伪代码是:
for protein_name in site: www.moonlightingproteins.org/results.php?search_text=:
go to the uniprot option
download the fasta file
store it in a .txt file inside a given folder
提前致谢!
【问题讨论】:
-
我建议在谷歌上搜索“使用 python 介绍网络抓取”或类似术语,然后稍微弄乱一下。现在你的问题有点太抽象了。
标签: python database data-mining bioinformatics protein-database