Finding Palindromes
It is your turn to find palindromic sequences using the zikv
sequence.
Remember, findPalindromes()
can only search a single sequence, and does not work with a set.
Este exercício faz parte do curso
Introduction to Bioconductor in R
Instruções do exercício
- Find the palindromes in
zikv
. - Take a minute to check how long these palindromes are and where they are located.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Find palindromes in zikv
___