Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(0) | Derive(0) | Import(4)
src/b/i/biopython-1.63/Bio/Seq.py biopython(Download)
from Bio import Alphabet from Bio.Alphabet import IUPAC from Bio.Data.IUPACData import ambiguous_dna_complement, ambiguous_rna_complement from Bio.Data import CodonTable
src/b/i/biopython-HEAD/Bio/Seq.py biopython(Download)
from Bio import Alphabet from Bio.Alphabet import IUPAC from Bio.Data.IUPACData import ambiguous_dna_complement, ambiguous_rna_complement from Bio.Data import CodonTable
src/b/i/biopython-HEAD/Tests/test_seq.py biopython(Download)
from Bio.Alphabet import IUPAC from Bio import Alphabet from Bio.Data.IUPACData import ambiguous_dna_complement, ambiguous_rna_complement from Bio.Data.IUPACData import ambiguous_dna_values, ambiguous_rna_values from Bio.Data.CodonTable import TranslationError
src/b/i/biopython-1.63/Tests/test_seq.py biopython(Download)
from Bio.Alphabet import IUPAC from Bio import Alphabet from Bio.Data.IUPACData import ambiguous_dna_complement, ambiguous_rna_complement from Bio.Data.IUPACData import ambiguous_dna_values, ambiguous_rna_values from Bio.Data.CodonTable import TranslationError