1. 학습
  2. /
  3. 강의
  4. /
  5. Introduction to Bioconductor in R

Connected

연습 문제

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.

지침 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.