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

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.

主站蜘蛛池模板: 太保市| 普宁市| 柳河县| 承德县| 福贡县| 凤庆县| 南丰县| 临城县| 上虞市| 兰州市| 凌源市| 桂平市| 道真| 仙桃市| 闻喜县| 宁远县| 峨眉山市| 隆回县| 鄯善县| 邢台县| 忻州市| 庆城县| 精河县| 娱乐| 准格尔旗| 克东县| 桦南县| 林口县| 柘荣县| 赤水市| 砀山县| 富裕县| 泽普县| 阳江市| 巴东县| 淮北市| 通河县| 高邑县| 榆中县| 泰和县| 乃东县|