Skip to content
#

chromosomes

Here are 27 public repositories matching this topic...

Machine Learning (ML) research within medicine and healthcare represents one of the most challenging domains for both engineers and medical specialists. One of the most desired tasks to be accomplished using ML applications is represented by disease detection. A good example of such a task is the detection of genetic abnormalities like Down synd…

  • Updated Aug 1, 2020
  • 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

A Python script that implements a two player strategic game with two chromosomes having length n and m of nucleotides respectively. In each Round of the game a player can destroy one of the chromosomes and split the other into two non-empty parts. The player who deletes the last nucleotide wins.

  • Updated Nov 21, 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