powered by
dnacheck(x)
TRUE
x = 'GACTGAACTGCACTTTGGTTTCATATTATTTGCTC' dnacheck(x) # TRUE dnacheck(paste(x, 'Z', sep = '')) # FALSE
Run the code above in your browser using DataLab