探索原始计数矩阵
让我们来查看原始计数矩阵的内容。数据集 smoc2_rawcounts 已经通过 read.csv() 函数为您加载完成。
本练习是课程的一部分
使用 R 中的 Bioconductor 进行 RNA-Seq 分析
练习说明
- 使用
head()和str()来探索数据集smoc2_rawcounts
交互式实操练习
通过完成这段示例代码来试试这个练习。
# Explore the first six observations of smoc2_rawcounts
___
# Explore the structure of smoc2_rawcounts
___