Skip to content

IRanges objects don't support... #3

Description

@imarin79

Dear all,

In the Genomics Interval session, after loading the Genomicranges library I can't get the GRanges info. Below is the code and the error message. Many thanks!!

library(GenomicRanges)
myintervals<-IRanges(start=c(1,10,20),end=c(2,11,30))
mygenomicintervals<-GRanges(seqnames=c("chr1","chr1","chr2"),myintervals)
mygenomicintervals
GRanges object with 3 ranges and 0 metadata columns:
Error in getListElement(x, i, ...) :
IRanges objects don't support [[, as.list(), lapply(), or unlist() at the moment

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions