Description Usage Arguments Value Author(s)
View source: R/encodeSeqShape.R
Encode n-st order shape features DNAshapeR can be used to generate feature vectors for a user-defined model. The model can be a shape model. There are four structural parameters including MGW, Roll, ProT and HelT. The second order shape features are product terms of values for the same category of shape features at adjacent positions.
1 | encodeNstOrderShape(n, shapeMatrix, shapeType)
|
n |
A number indicating n-st order shape encoding |
shapeMatrix |
A matrix containing DNAshape prediction result |
shapeType |
A character name of shape (MGW, Roll, ProT, HelT) features |
featureVector A matrix containing encoded features. shape feature is represented as continuous numbers
Tsu-Pei Chiu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.