Trees | Index | Help |
---|
Package Bio :: Package NeuralNetwork :: Package Gene :: Module Schema :: Class RandomMotifGenerator |
|
Method Summary | |
---|---|
Initialize with the motif parameters. | |
Create a random motif within the given parameters. |
Method Details |
---|
__init__(self,
alphabet,
min_size=12,
max_size=17)
|
random_motif(self)Create a random motif within the given parameters. This returns a single motif string with letters from the given alphabet. The size of the motif will be randomly chosen between max_size and min_size. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jan 31 09:58:00 2007 | http://epydoc.sf.net |