You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cuadernos de Jupyter para el curso completo de Bioinformática. Cubre desde el manejo básico de secuencias FASTA hasta genómica comparativa y ensamblaje de genomas. Cada cuaderno incluye teoría explicada paso a paso, implementación en Python desde cero y visualizaciones con matplotlib.
This repository contains a simple, linear Next-Generation Sequencing (NGS) pipeline using bash for paired-end FastQ data processing, optimized for Whole Exome Sequencing (WES).
The Smith-Waterman algorithm finds the optimal alignment of two sequences using dynamic programming techniques; Smith-Waterman is commonly used for DNA sequence alignment