Table of Contents

Module: Motif Bio/NeuralNetwork/Gene/Motif.py

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.

Imported modules   
from Bio import utils
from Bio.Seq import Seq
from Pattern import PatternRepository
Classes   
MotifCoder

Convert motifs and a sequence into neural network representations.

MotifFinder

Find motifs in a set of Sequence Records.


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:11 2002 by HappyDoc version 2.0.1