Description Usage Arguments Value References Examples
A function that returns a visual output highlighting all differences in nucleotides between two DNA sequences
1 | findDifferencesInDNASequence(strand1, strand2)
|
strand1 |
A string of nucleotides of one DNA sequence |
strand2 |
A string of nucleotides of another DNA sequence |
The html of the two DNA sequences, as well as a visual output of the highlighted differences in nucleotides between two DNA sequences, as well
Kevin Ushey, JJ Allaire, Hadley Wickham and Gary Ritchie (2020). rstudioapi: Safely Access the RStudio API. R package version 0.13. https://CRAN.R-project.org/package=rstudioapi
1 2 3 4 5 | ## Not run:
findDifferencesInDNASequence(MethylationObservation$originalDNA,
MethylationObservation$bisulfite)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.