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.
Diese Übung ist Teil des Kurses
RNA-Seq with Bioconductor in R
Anleitung zur Übung
- Explore the dataset
smoc2_rawcounts
usinghead()
andstr()
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Explore the first six observations of smoc2_rawcounts
___
# Explore the structure of smoc2_rawcounts
___