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.Data 包
  • 在 GitHub 上编辑
上一个 下一个

Bio.Data 包

子模块

  • Bio.Data.CodonTable 模块
    • TranslationError
    • CodonTable
      • CodonTable.__init__()
      • CodonTable.forward_table
      • CodonTable.back_table
      • CodonTable.start_codons
      • CodonTable.stop_codons
      • CodonTable.__str__()
      • CodonTable.__annotations__
    • make_back_table()
    • NCBICodonTable
      • NCBICodonTable.nucleotide_alphabet
      • NCBICodonTable.protein_alphabet
      • NCBICodonTable.__init__()
      • NCBICodonTable.__repr__()
      • NCBICodonTable.__annotations__
    • NCBICodonTableDNA
      • NCBICodonTableDNA.nucleotide_alphabet
    • NCBICodonTableRNA
      • NCBICodonTableRNA.nucleotide_alphabet
    • AmbiguousCodonTable
      • AmbiguousCodonTable.__init__()
      • AmbiguousCodonTable.__getattr__()
    • list_possible_proteins()
    • list_ambiguous_codons()
    • AmbiguousForwardTable
      • AmbiguousForwardTable.__init__()
      • AmbiguousForwardTable.__contains__()
      • AmbiguousForwardTable.get()
      • AmbiguousForwardTable.__getitem__()
    • register_ncbi_table()
  • Bio.Data.IUPACData 模块
  • Bio.Data.PDBData 模块

模块内容

各种有用的生物学数据的集合。

上一个 下一个

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

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