highlightDifferences: Switch the case of positions in seq1 that mismatch seq2

View source: R/dna.R

highlightDifferencesR Documentation

Switch the case of positions in seq1 that mismatch seq2

Description

Switch the case of positions in seq1 that mismatch seq2

Usage

highlightDifferences(seq1, seq2)

Arguments

seq1

sequence to highlight differences in

seq2

sequence to compare to

Value

seq1 with bases that differ from seq2 having their case toggled (e.g. upper to lower case) highlightDifferences('aaccat','aacgat') highlightDifferences('TATATTCTTT','TATATCCTTT')


sherrillmix/dnar documentation built on July 18, 2022, 10:07 p.m.