from_motifs(self,
motif_repository,
motif_percent,
num_ambiguous)
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.
-
|