Cyclic Peptide Sequencing Problem

Given an experimental MS3MS^3 spectrum SS, find a cyclic peptide PP maximizing the number of shared masses between SS and the theoretical spectrum of PP.

Parameters

  • nn: size of peptide, in daltons
  • mm: number of elements in experimental spectrum

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 2 of 2 algorithms

See more
Branch and bound1993O(kO(n)poly(n))O(k^{O(n)} \text{poly}(n))O(kO(n))O(k^{O(n)})
Brute force1987O(kO(n)poly(n))O(k^{O(n)} \text{poly}(n))O(n)O(n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table