A simple set of codes solving biology problems, I made while learning python.
Projects included till now
- Nucleotide sequence counter - https://github.com/DebolinaDas01/Coding_BIOLOGY/blob/main/seq_read.py
- displays the number of nucleotides in the provided short sequence
- Methionine counter - https://github.com/DebolinaDas01/Coding_BIOLOGY/blob/main/Methcount.py
- displays the number for codons coding for methionine (May be not highly accurate as this does not consider possible mutations and in variabilities)
- Eukaryotic mRNA finder - https://github.com/DebolinaDas01/Coding_BIOLOGY/blob/main/eukmrna.py
- This tries to recognize a mRNA transcript as an eukaryotic origin or not. (This yet does not focus on the various other markers used for scientific distinguishment; This only focusses upon the presence of a polyA tail.) LICENCE = MIT