Trees | Indices | Help |
---|
|
object --+ | SchemaFactory
Generate Schema from inputs of Motifs or Signatures.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Initialize the SchemaFactory Arguments: o ambiguity_symbol -- The symbol to use when specifying that a position is arbitrary.
|
Generate schema from a list of motifs. Arguments: o motif_repository - A MotifRepository class that has all of the motifs we want to convert to Schema. o motif_percent - The percentage of motifs in the motif bank which should be matches. We'll try to create schema that match this percentage of motifs. o num_ambiguous - The number of ambiguous characters to include in each schema. The positions of these ambiguous characters will be randomly selected. |
Retrieve a unique schema from a motif. We don't want to end up with schema that match the same thing, since this could lead to ambiguous results, and be messy. This tries to create schema, and checks that they do not match any currently existing schema. |
Create a schema from a given starting motif. Arguments: o motif - A motif with the pattern we will start from. o motif_list - The total motifs we have.to match to. o num_ambiguous - The number of ambiguous characters that should be present in the schema. Returns: o A string representing the newly generated schema. o A list of all of the motifs in motif_list that match the schema. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 20 10:37:31 2011 | http://epydoc.sourceforge.net |