Exercise

From a set to a single sequence

From the video, you know that sequences can be loaded into R using the function readDNAStringSet(). The zikaVirus has been read into your environment using this function.

It is your turn to convert this set into a single sequence, explore the new sequence, and subset it.

Instructions 1/3

undefined XP
    1
    2
    3
  • Create a new object called zikv (as the Zika Virus convention name), collating the set to one sequence.
  • Check the length of the zikaVirus and the length of zikv.