官术网_书友最值得收藏!

Getting ready

If you are using Jupyter Notebook, then open Chapter02/Basic_Sequence_Processing.ipynb. If not, you will need to download a FASTA sequence. We will use the human Lactase (LCT) gene as an example; you can get this using your knowledge from the previous recipe, by using the Entrez research interface:

from Bio import Entrez, SeqIO
Entrez.email = "your@email.here"
hdl = Entrez.efetch(db='nucleotide', id=['NM_002299'], rettype='fasta') # Lactase gene
seq = SeqIO.read(hdl, 'fasta')

Note that our example sequence is available on the Biopython sequence record.

主站蜘蛛池模板: 原阳县| 开平市| 伊春市| 镇康县| 库尔勒市| 和顺县| 靖远县| 绿春县| 茌平县| 宜宾市| 汉沽区| 黔东| 政和县| 永宁县| 苍溪县| 连云港市| 修武县| 上思县| 延庆县| 汉川市| 抚松县| 郸城县| 镇赉县| 聊城市| 莫力| 平阳县| 贺兰县| 板桥市| 伊通| 宾川县| 留坝县| 葵青区| 德惠市| 建平县| 九台市| 祁连县| 水富县| 四平市| 清涧县| 昭觉县| 清徐县|