python生物信息學數據管理自測題4.4

4.4計算在FASTA格式中多個DNA序列的核苷酸頻率python seq = '' stat = open('/mnt/f/biopython/fa_stat.txt','w') with open('/mnt/f/biopython/sequence.fa','r') as f : for line in f: if ">" in line and seq =='':
相關文章
相關標籤/搜索