Description Usage Arguments Note Examples
This package performs three functions
1. Retruns complement sequence of the given DNA sequence
2. Returns reverse sequence of the given DNA sequence
3. If you use both functions in order you can get reverse complement of your sequence.
1 2 | mycomplement (x)
reverse(x)
|
x |
your DNA string provided inside quote (" ") sign. See Example.
Be careful about reverse and reverse complement. To get the reverse complement you will have to get the complement of your sequence and then you can use the output of the "mycomplement"" function to get the reverse complement using "reverse"" function.
1 2 | mycomplement ("agtc")
reverse("agtc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.