disambiguate | R Documentation |
This function is used to convert an oligonucleotide sequence into a regular expression that can be used to query a sequence dataset. This is generally used for finding and removing primer, adapter and/or index sequences.
disambiguate(z)
z |
a concatenated string representing a DNA oligonucleotide sequence, possibly with IUPAC ambiguity codes (all in upper case). |
a regular expression.
Shaun Wilkinson
disambiguate("GGWACWGGWTGAACWGTWTAYCCYCC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.