Tips & Tricks
Tips & Tricks: Hamming Distance
Let’s look at how we can program Hamming Distance algorithm in three different ways.
Let’s look at how we can program Hamming Distance algorithm in three different ways.
In this article, we conclude our work on a minimal set of functions to work with DNA. We will add the last three functions that will help us to search for proteins in DNA sequences by generating reading frames. We will also apply our code to a real piece of Read more…
In this article we are taking a look at DNA Codon table and adding a Translation and Codon Usage functions to our DNA Toolkit.
In this article we add GC Content Calculation functions to the DNA Toolkit
In this article we install and set-up VSCode/VSCodium editor and a few plugins to make running any code easy, with just a key combination.
Welcome back! Today we continue working on our DNA Toolkit project. In our last article, we created the first two functions: validate_seq and nucleotide_frequency. We are not going to change the file structure, though we will add two more functions and one data structure. The functions we add today will Read more…
In this article we start our work on a DNA Toolkit. We write and test our first two functions, DNA Validation and Nucleotide Count functions.
This amazing video (below) from the ‘MITx Bio’ team introduces a viewer to the structure of the DNA molecule. While it is an amazing way to learn about DNA, you can do so much more than just understand how it is structured. You can use some very basic programming skills Read more…