pip install biopython python from Bio import Entrez handle = Entrez.efetch(db="nucleotide", id="NM_001267550", rettype="fasta", retmode="text") record = SeqIO.read(handle, "fasta") sequence = record.seq print(sequence)


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