ComeçarComece de graça

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

Ver curso

Instruções do exercício

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

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
___
Editar e executar o código