Description Usage Arguments Value Examples
get DNA shape parameter values for a provided DNA sequence string get DNA parameters: MGW, Prot, Roll, and Helt, the length of sequence should >=6
1 | getDNAShapeParamValues(seq.string)
|
seq.string |
A DNA sequence, or a set of DNA sequences |
the parameter values for MGW, Prot, Roll, and Helt, for each hexamer subsequence of seq.string, all concatenated together as one vector (MGW parameter values first, then Propeller twist parameter values, then roll values, and then helix twist parameter values)
1 | getDNAShapeParamValues("ACGTAGATAG")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.