This repository contains Python script I wrote while leraning about bioinformatics. These scripts are ofter ugly and not optimized, because just written as POC or for quick testing.
- The sequences are uppercase (
ACGT
, notacgt
). - When talking about nucleotides, the order will always be
A
,C
,G
,T
(alphabetical order). For example, when there is an array of size 4 (one for each nucleotide), the first element corresponds toA
, the second toC
, the third toG
and the last one toT