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

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.

主站蜘蛛池模板: 贡嘎县| 凤山县| 来宾市| 龙胜| 封丘县| 长乐市| 阜宁县| 元氏县| 双牌县| 河北省| 江陵县| 吴旗县| 绥江县| 石楼县| 湄潭县| 桐庐县| 玛纳斯县| 山东省| 汉川市| 都江堰市| 龙岩市| 柘荣县| 陆川县| 盐亭县| 山丹县| 乌苏市| 鄯善县| 金昌市| 齐河县| 垦利县| 汝阳县| 武陟县| 永康市| 修水县| 瑞安市| 成安县| 花莲市| 宁强县| 桑植县| 桐城市| 科尔|