An open API service indexing awesome lists of open source software.

https://github.com/brendan-rius/bioinformatics

Quick ugly bioinformatics scripts in Python I wrote while learning about bioinformatics
https://github.com/brendan-rius/bioinformatics

Last synced: 15 days ago
JSON representation

Quick ugly bioinformatics scripts in Python I wrote while learning about bioinformatics

Awesome Lists containing this project

README

        

# Bioinformatics toolbox

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.

## Conventions

+ The sequences are uppercase (`ACGT`, not `acgt`).
+ 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 to `A`, the second to `C`, the third to `G` and the last one to `T`