Session Ready
Exercise

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.

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3
  • Unlist hg_ChrX and save a new object called myGR.
  • Check the class of both objects.