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.
Cet exercice fait partie du cours
Introduction to Bioconductor in R
Instructions
- Find the palindromes in
zikv
. - Take a minute to check how long these palindromes are and where they are located.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Find palindromes in zikv
___