CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Introduction to Bioconductor in R

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

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

# Compare classes of hg_ChrX and myGR
___
___
Modifier et exécuter le code