Skip to content
#

nucleotides

Here are 47 public repositories matching this topic...

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

A Python script that implements a two player strategic game with two sequences of length n and m nucleotides respectively. At each Round of the game a player can remove a random number of nucleotides from one sequence or the same number of nucleotides from both sequences. The player who removes the last nucleotide wins.

  • Updated Nov 22, 2019
  • Python

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

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 an HMM with two states a and b. When the model is in state a it is more likely to emit purines A and G. When it is in state b it is more likely to emit pyramidines C and T. Decode the most likely sequence of states for the GGCT sequence using logarithmic scoring instead of normal probability scoring.

  • Updated Nov 27, 2019
  • Python

Improve this page

Add a description, image, and links to the nucleotides 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 nucleotides topic, visit your repo's landing page and select "manage topics."

Learn more