Description Usage Arguments Examples
View source: R/dstr_complement.R
Return complement sequences
1 2 3 | dstr_complement(dstrobj)
dstr_complement_fast(dstrobj)
|
dstrobj |
dstr object |
1 2 3 4 5 6 | temp <- dstr_rand_seq(3, 10, "[atgcATGC]", seed = 1)
c(temp, compl = dstr_complement(temp))
# Fast and memory efficient verstion of dstr_complement with
# case conversion
c(temp, compl = dstr_complement_fast(temp))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.