LoslegenKostenlos loslegen

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

Kurs anzeigen

Anleitung zur Übung

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

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
___
Code bearbeiten und ausführen