ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

RNA-Seq with Bioconductor in R

Ver curso

Instrucciones del ejercicio

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

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Explore the first six observations of smoc2_rawcounts
___

# Explore the structure of smoc2_rawcounts
___
Editar y ejecutar código