Entering edit mode
                    10.1 years ago
        
    Dear all,
I have a UCSCData class object and would like to transform it into a Granges object. Is there any easy way of doing that (apart from doing that manually using the GRanges function)?
More specifically, I have a list of ±50K promoter elements from UCSC:
summary(prom)
  Length    Class     Mode 
   50066 UCSCData       S4
Many thanks,
Dimitris
yes, thanks a lot