forked from ThomasCarroll/Bioconductor_Introduction
-
Notifications
You must be signed in to change notification settings - Fork 2
IRanges objects don't support... #3
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working