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
Exercise instructions
- Explore the dataset
smoc2_rawcounts
usinghead()
andstr()
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
___