Description Usage Arguments Value References Examples
A function that returns a visual output highlighting all methylated cytosines.
1 | findMethylatedCytosines(orig, bisulfite)
|
orig |
A string of nucleotides of the original DNA sequence with no modifications, meaning before bisulfite conversion |
bisulfite |
A string of nucleotides of the DNA sequence after bisulfite conversion |
A visual output of all nucleotides given, where the methylated cytosines are highlighted.
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:
findMethylatedCytosines(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.