fixStrand | R Documentation |
Fixes the strand information by either leaving it as it is, flipping it or setting both.
fixStrand(strandValues, strandMode = "sense")
flipStrand(strandValues)
strandValues |
a set of strand values + - and *. |
strandMode |
a character defining what should be done with the values:
|
Returns a character vector or Rle object containing the strand information.
flipStrand
: This function performs the flipping of the strand values.
Rehrauer, Hubert
Schmid, Peter
strandValues = c("+","+","-","*")
fixStrand(strandValues, "sense")
flipStrand(strandValues)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.