CommencerCommencer gratuitement

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

Afficher le cours

Instructions

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

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
___
Modifier et exécuter le code