1. Learn
  2. /
  3. Courses
  4. /
  5. RNA-Seq with Bioconductor in R

Exercise

Exploring the raw count matrix

Let's explore the contents of the raw count matrix. The dataset smoc2_rawcounts has already been loaded for you using the read.csv() function.

Instructions

100 XP
  • Explore the dataset smoc2_rawcounts using head() and str()