python from Bio import SeqIO from Bio.Seq import Seq python sequence = SeqIO.read("sequence.fasta", "fasta") python location = sequence.features[0].location python protein_sequence = sequence.translate() python gene_region = sequence.annotations['gene'] python


上一篇:
下一篇:
切换中文