Description Usage Arguments Details Value Author(s) Examples
Return the name of the opposite strand
1 | otherStrand(x)
|
x |
Character vector whose elements are "+" or "-". |
This is a rather trivial convenience function.
An alternative would be to code strands with integers -1
and
+1
, in which case the inversion would be a trivial builtin
operation. However, many genomic databases and input data files use
the character string / factor notation.
Character vector of same length as x
, with strands reversed.
W. Huber <huber@ebi.ac.uk>
1 | otherStrand(c("+", "-"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.