Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fasta

Why Is Python Writing Out In Chinese Characters?

This is my first question on Stack Overflow and so I want to apologise first if my question is not … Read more Why Is Python Writing Out In Chinese Characters?

How To Split Fasta File

This code is for extract and split sequences from fasta file outfile=open('outf','w'… Read more How To Split Fasta File

How To Randomly Extract Fasta Sequences Using Python?

I have the following sequences which is in a fasta format with sequence header and its nucleotides.… Read more How To Randomly Extract Fasta Sequences Using Python?