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.