Description Usage Arguments Value Examples
A function that check if the sequence is validate, if the number of ( is not equal to the number of ), then the motif sequence is not complete. When calling the dotComp function will also run this funtion for validation.
1 | checkSeq(seqs)
|
seqs |
A string represent an RNA secondary structure in dot bracket form |
Returns an empty string when the sequence is validate, return an string "error" if the sequence is not validate
1 2 | #this should return an empty string
checkSeq("...(((...)))...")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.