Logo

目录

  • Biopython 教程与食谱
  • API 文档
    • Bio 包
      • 子包
        • Bio.Affy 包
        • Bio.Align 包
        • Bio.AlignIO 包
        • Bio.Application 包
        • Bio.Blast 包
        • Bio.CAPS 包
        • Bio.Cluster 包
        • Bio.Compass 包
        • Bio.Data 包
        • Bio.Emboss 包
        • Bio.Entrez 包
        • Bio.ExPASy 包
        • Bio.GenBank 包
        • Bio.Geo 包
        • Bio.Graphics 包
        • Bio.HMM 包
        • Bio.KEGG 包
        • Bio.Medline 包
        • Bio.NMR 包
        • Bio.Nexus 包
        • Bio.PDB 包
        • Bio.Pathway 包
        • Bio.Phylo 包
        • Bio.PopGen 包
        • Bio.Restriction 包
        • Bio.SCOP 包
        • Bio.SVDSuperimposer 包
        • Bio.SearchIO 包
        • Bio.SeqIO 包
        • Bio.SeqUtils 包
        • Bio.Sequencing 包
        • Bio.SwissProt 包
        • Bio.TogoWS 包
        • Bio.UniGene 包
        • Bio.UniProt 包
        • Bio.codonalign 包
        • Bio.motifs 包
        • Bio.phenotype 包
      • 子模块
      • 模块内容
    • BioSQL 包
Biopython
  • API 文档
  • Bio 包
  • Bio.KEGG 包
  • 在 GitHub 上编辑
上一页 下一页

Bio.KEGG 包

子包

  • Bio.KEGG.Compound 包
    • 模块内容
      • Record
        • Record.__init__()
        • Record.__str__()
      • parse()
  • Bio.KEGG.Enzyme 包
    • 模块内容
      • Record
        • Record.__init__()
        • Record.__str__()
      • parse()
      • read()
  • Bio.KEGG.Gene 包
    • 模块内容
      • Record
        • Record.__init__()
        • Record.__str__()
      • parse()
  • Bio.KEGG.KGML 包
    • 子模块
      • Bio.KEGG.KGML.KGML_parser 模块
        • read()
        • parse()
        • KGMLParser
      • Bio.KEGG.KGML.KGML_pathway 模块
        • Pathway
        • Entry
        • Component
        • Graphics
        • Reaction
        • Relation
    • 模块内容
  • Bio.KEGG.Map 包
    • 模块内容
      • parse()

子模块

  • Bio.KEGG.REST 模块
    • kegg_info()
    • kegg_list()
    • kegg_find()
    • kegg_get()
    • kegg_conv()
    • kegg_link()

模块内容

用于处理 KEGG 数据库数据的代码。

参考文献:Kanehisa, M. 和 Goto, S.; KEGG:京都基因和基因组百科全书。Nucleic Acids Res. 28, 29-34 (2000)。

URL:http://www.genome.ad.jp/kegg/

上一页 下一页

© 版权所有 1999-2024,Biopython 贡献者。请参阅 Biopython 许可条款。

使用 Sphinx 构建,并使用 主题,由 Read the Docs 提供。
Biopython 版本:1.84
版本
前一个
最新
开发
Biopython 项目
主页
在 GitHub 上