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

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.

主站蜘蛛池模板: 潜山县| 岱山县| 城市| 尼勒克县| 玛曲县| 墨江| 师宗县| 沈丘县| 禹州市| 东明县| 古交市| 阳东县| 浠水县| 阿坝| 舞钢市| 大荔县| 东宁县| 都江堰市| 阿拉善右旗| 枝江市| 聂荣县| 筠连县| 辽阳市| 荥阳市| 井研县| 库尔勒市| 九江市| 遂平县| 博兴县| 正安县| 健康| 静安区| 怀集县| 洛南县| 岳阳县| 安仁县| 大邑县| 玛多县| 丹凤县| 钟祥市| 仙居县|