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