Get startedGet started for free

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.

This exercise is part of the course

RNA-Seq with Bioconductor in R

View Course

Exercise instructions

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

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Explore the first six observations of smoc2_rawcounts
___

# Explore the structure of smoc2_rawcounts
___
Edit and Run Code