从序列集合到单条序列
通过视频,您已经知道可以使用函数 readDNAStringSet() 将序列加载到 R 中。已使用该函数将 zikaVirus 读入您的环境。
现在请您把这个集合转换为单条序列,探索这条新序列,并对其进行子集操作。
本练习是课程的一部分
R 中的 Bioconductor 入门
交互式实操练习
通过完成这段示例代码来试试这个练习。
# Create zikv with one collated sequence using `zikaVirus`
___ <- ___(___)
# Check the length of zikaVirus and zikv
___
___