Motif Search

Motif search is the problem of identifying motifs, recurring or conserved patterns, in the strings (typically biological sequence data sets).

Parameters

  • nn: size of set of input strings
  • mm: size of input strings
  • kk: length of substrings
  • σ\sigma: function V(k,m)V(k, m) defined as the number of kk-mers that are at most mm Hamming distance from the motif space

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 12 of 12 algorithms

See more
PMS2007O(nm2σ)O(nm^2 \sigma)O(m2n)O(m^2 n)
Risotto2006O(mn2σ)O(mn^2 \sigma)O(mn2)O(mn^2)
Kingsford2006O(mn)O(mn)O(m2n2)O(m^2n^2)
Census2003O(knmσ)O(k nm \sigma)O(mnk)O(mnk)
Mitra2002O(knmσ)O(k nm \sigma)O(mnk)O(mnk)
MotifSampler 2001O(nm)O(nm)O(n+m)O(n + m)
Tompa M1999O(mn)O(mn)O(m2)O(m^2)
Speller (Sagot)1998O(mn2σ)O(mn^2 \sigma)O(mn2/w)O(mn^2/w)
Roth AlignACE1998O(nm)O(nm)O(n+m)O(n + m)
Bailey TL; Elkan C MEME1995O(n2m2)O(n^2m^2)O(mn)O(mn)
Lawrence Gibbs Sampling1993O(nm)O(nm)O(n+m)O(n + m)
Lawrence, Reilly1990O(nm)O(nm)O(nm)O(nm)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table