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.
Cet exercice fait partie du cours
RNA-Seq with Bioconductor in R
Instructions
- Explore the dataset
smoc2_rawcounts
usinghead()
andstr()
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Explore the first six observations of smoc2_rawcounts
___
# Explore the structure of smoc2_rawcounts
___