FindDifferencesInDNASequence: Highlighting differences in nucleotides between two DNA...

Description Usage Arguments Value References Examples

Description

A function that returns a visual output highlighting all differences in nucleotides between two DNA sequences

Usage

1
findDifferencesInDNASequence(strand1, strand2)

Arguments

strand1

A string of nucleotides of one DNA sequence

strand2

A string of nucleotides of another DNA sequence

Value

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

References

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

Examples

1
2
3
4
5
## Not run: 
findDifferencesInDNASequence(MethylationObservation$originalDNA,
    MethylationObservation$bisulfite)

## End(Not run)

diannamcallister/MethylExpress documentation built on Dec. 31, 2020, 11:19 p.m.