Package Bio :: Package NeuralNetwork :: Package Gene :: Module Motif
[show private | hide private]
[frames | no frames]

Module Bio.NeuralNetwork.Gene.Motif

Find and deal with motifs in biological sequence data.

Representing DNA (or RNA or proteins) in a neural network can be difficult since input sequences can have different lengths. One way to get around this problem is to deal with sequences by finding common motifs, and counting the number of times those motifs occur in a sequence. This information can then be used for creating the neural networks, with occurances of motifs going into the network instead of raw sequence data.
Classes
MotifCoder Convert motifs and a sequence into neural network representations.
MotifFinder Find motifs in a set of Sequence Records.

Generated by Epydoc 2.1 on Mon Aug 27 16:13:11 2007 http://epydoc.sf.net