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 exercício faz parte do curso
RNA-Seq with Bioconductor in R
Instruções do exercício
- Explore the dataset
smoc2_rawcounts
usinghead()
andstr()
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Explore the first six observations of smoc2_rawcounts
___
# Explore the structure of smoc2_rawcounts
___