Module Pattern
source code
Generic functionality useful for all gene representations.
This module contains classes which can be used for all the different
types of patterns available for representing gene information (ie.
motifs, signatures and schemas). These are the general classes which
should be handle any of the different specific patterns.
|
PatternIO
Allow reading and writing of patterns to files.
|
|
PatternRepository
This holds a list of specific patterns found in sequences.
|
|
__package__ = ' Bio.NeuralNetwork.Gene '
|