Home

Welcome to Nod’s Bytes

  • Processing Fasta File

    October 21, 2019 by

    Based on your work, you can process fasta file in anyway. But through this post, I am going to present a simple example to find the average sequence length from a fasta file . Reading a fasta file is already discussed. In order to find mean value, we don’t need header information. Therefore a simple… Read more

  • Fasta File Reader

    October 11, 2019 by

    Fasta file is a text-based file used to store nucleotide or protein sequences.Inside the file, each sequence begins with a single line description. The description line starts with a greater than (‘>‘) symbol. Description is followed by lines containing sequence data. Example: Reading a file using python Python programming language is simple to use. Using… Read more

View all posts

Follow My Blog

Get new content delivered directly to your inbox.