We developed this facility for bioinformaticians who wish to develop models for predicting function of proteins or their residues. This allows users to create patterns from proteins that can be used directly for developing SVM or ANN based modules. Following are two major modules. For more information click here
help
Patterns at residue level
This module create pattern at residue level, firstly create overlapping patterns of desired size. Secondly, it assign a pattern positive if central residue of pattern is functional (like DNA interacting), rest of the patterns are assigned negative patterns. Thirdly it calculate features of each patterns and present pattern by numerical values (vector/matrix) readable by standard software packages (e.g., SVM_light, SNNS).
Patterns at protein level
This module allow one pattern for one protein, it is useful for develolping model for discriminating two class of proteins (positve vs negative). User need to provide two files one containg positive and another containg negative proteins.