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.Phylo 包
  • Bio.Phylo.PAML 包
  • 在 GitHub 上编辑
上一页 下一页

Bio.Phylo.PAML 包

子模块

  • Bio.Phylo.PAML.baseml 模块
    • BasemlError
    • Baseml
      • Baseml.__init__()
      • Baseml.write_ctl_file()
      • Baseml.read_ctl_file()
      • Baseml.run()
    • read()
  • Bio.Phylo.PAML.chi2 模块
    • cdf_chi2()
  • Bio.Phylo.PAML.codeml 模块
    • CodemlError
    • Codeml
      • Codeml.__init__()
      • Codeml.write_ctl_file()
      • Codeml.read_ctl_file()
      • Codeml.print_options()
      • Codeml.run()
    • read()
  • Bio.Phylo.PAML.yn00 模块
    • Yn00Error
    • Yn00
      • Yn00.__init__()
      • Yn00.write_ctl_file()
      • Yn00.read_ctl_file()
      • Yn00.run()
    • read()

模块内容

支持 PAML。

上一页 下一页

© 版权所有 1999-2024,Biopython 贡献者。查看 Biopython 许可条款。

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