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

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.

主站蜘蛛池模板: 竹北市| 津市市| 晴隆县| 遵义市| 高碑店市| 东方市| 滦南县| 宁阳县| 新乐市| 塔河县| 商河县| 上饶市| 纳雍县| 色达县| 拉萨市| 都江堰市| 巫溪县| 水富县| 内江市| 临桂县| 宾阳县| 德令哈市| 和龙市| 衡南县| 济宁市| 万宁市| 乌苏市| 玛曲县| 南漳县| 怀远县| 临安市| 平遥县| 搜索| 杭锦后旗| 潍坊市| 肥乡县| 马龙县| 格尔木市| 淅川县| 油尖旺区| 星子县|