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.
Diese Übung ist Teil des Kurses
Introduction to Bioconductor in R
Anleitung zur Übung
- Find the palindromes in
zikv
. - Take a minute to check how long these palindromes are and where they are located.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Find palindromes in zikv
___