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 ejercicio forma parte del curso
Introduction to Bioconductor in R
Instrucciones del ejercicio
- Find the palindromes in
zikv
. - Take a minute to check how long these palindromes are and where they are located.
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
# Find palindromes in zikv
___