ComeçarComece de graça

From GRangesList object into a GRanges object

The unlist() operation is fast and serves to partition a GRangesList.

You can unlist the hg_ChrX and then check how the lengths differ between the GRangesList and the GRanges objects.

Este exercício faz parte do curso

Introduction to Bioconductor in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Unlist hg_ChrX and save result as myGR
myGR <- ___

# Compare classes of hg_ChrX and myGR
___
___
Editar e executar o código