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

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.

主站蜘蛛池模板: 秦皇岛市| 翁牛特旗| 哈巴河县| 鄂温| 翁牛特旗| 鹤峰县| 张家川| 安远县| 汤阴县| 清水县| 桓台县| 景谷| 利辛县| 郧西县| 莒南县| 巩义市| 南投市| 五寨县| 北京市| 昭苏县| 五指山市| 驻马店市| 临泉县| 孝义市| 城固县| 成都市| 汽车| 夹江县| 上蔡县| 中西区| 石首市| 临泽县| 三明市| 兴安盟| 华亭县| 无棣县| 什邡市| 丹东市| 闻喜县| 浦北县| 荆门市|