1. 学习
  2. /
  3. 课程
  4. /
  5. Introduction to Bioconductor in R

Connected

练习

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.

说明 1 / 共 3 个

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