Description Usage Arguments Value Examples
randomly reverse-complement half of the sequences in a DNAStringSet
1 | reverse_complement(tObj, seed = NULL)
|
tObj |
DNAStringSet representing sequences. |
seed |
optional seed to set before randomly selecting the sequences to be reverse-complemented. |
DNAStringSet that is the same as tObj
, but with about half
the sequences reverse-complemented.
1 2 3 | library(Biostrings)
data(srPhiX174)
srPhiX174_halfrc = reverse_complement(srPhiX174, seed=174)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.