Skip to content
#

chromosomes

Here are 27 public repositories matching this topic...

A Python script that for a parameter k, calculates the universal alignment of 2 sequences, with limitation that the alignment contains at most k unknown nucleotides. Nucleotide sequences are sometimes written in a 5-character alphabet, A, T, G, C, and N where N stands for an undefined nucleotide.

  • Updated Nov 25, 2019
  • Python
GeneticAlgorithm

The library provides a general genetic algorithm. It is simple, easy to use, and very fast. All you need to do is to define the fitness function and its variables. There are many examples of how to deal with classic genetic algorithms problems.

  • Updated Apr 19, 2022
  • C++

A python script that implements an efficient algorithm for the Chimeric Alignment problem. A virus infects a bacterium and modifies a replication process in the bacterium by adding for each A an A sequence of length 1-5, for each C a C sequence of length 1-10, for each G a G sequence of length >= 1 and for each T a T sequence of length >= 1.

  • Updated Nov 26, 2019
  • Python

Improve this page

Add a description, image, and links to the chromosomes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chromosomes topic, visit your repo's landing page and select "manage topics."

Learn more