Description Usage Arguments Details Value References Examples
A function that returns a visual output highlighting all CpG islands found in the DNA strand.
1 | findCpGIslands(nucleotides)
|
nucleotides |
A string of nucleotides of a DNA sequence |
More details about how the CpG islands are calculated can be found in the the vignette, but a quick overview as to how nucleotides are considered part of a CpG islands is:
there must be at least 200 nucleotides in the sequence to observe
the number of CGs must be > 50% of the part of DNA being looked at
the observed number of CGs - to - expected number of CGs ratio must be > 60%
A visual output of highlighted CpG Islands in the DNA sequence
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 | ## Not run:
findCpGIslands(PossibleCpGIslands)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.