in reply to Re^2: motif finding
in thread motif finding

Thank you very much for the reply. In the code that i have used i am giving the input (the motif sequence). considering entire genome as a single string if i want the most repeated elements of say 20 base pairs in the entire string how can i find it?

Replies are listed 'Best First'.
Re^4: motif finding
by RichardK (Parson) on Feb 03, 2012 at 12:47 UTC

    I'm not sure what you're looking for, can you explain with a simple example?

    Are you looking for repeats of given string or something more complex?