Hi!
I have basically two questions. I'm trying to analyze RNA-seq data, contained in BAM files, using applyPileups. The ApplyPileupsParam, however, needs the 'which' paremeter, which needs a GRanges object.
Is there an easy way to, say, get all chromosomes from a file (not contigs)?
And since it seems to require an IRanges object for the 'ranges' parameter of the GRanges object, is there an easy way to simply get all the data from each chromosome? Or do I have to find then plug in the coordinates for each chromosome?
Thank you!