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
Instrucciones del ejercicio
- Explore the dataset
smoc2_rawcountsusinghead()andstr()
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
___