BaşlayınÜcretsiz başlayın

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.

Bu egzersiz, kursun bir parçasıdır

Introduction to Bioconductor in R

Kursa Göz Atın

Uygulamalı etkileşimli egzersiz

Bu egzersizi bu örnek kodu tamamlayarak deneyin.

# Create zikv with one collated sequence using `zikaVirus`
___ <- ___(___)

# Check the length of zikaVirus and zikv
___
___
Kodu Düzenle ve Çalıştır