clean_tag | R Documentation |
Transforms read substitution. JACUSA2 can stratify reads based on base substitutions "-B A2G". This function will transform "A2G" to "A->G".
clean_tag(subs)
subs |
string vector of read tags. |
string vector of base substitution.
subs <- c("*", "A2G", "*") clean_tag(subs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.