Get startedGet started for free

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.

This exercise is part of the course

Introduction to Bioconductor in R

View Course

Exercise instructions

  • Find the palindromes in zikv.
  • Take a minute to check how long these palindromes are and where they are located.

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Find palindromes in zikv
___
Edit and Run Code