Entering edit mode
rmortenson7
•
0
@rmortenson7-16421
Last seen 6.4 years ago
I'm attempting to run pintersect on a GRangesList and am receiving the following error when I do so:
*unable to find an inherited method for function ‘pintersect’ for signature ‘"CompressedIRangesList", "CompressedIRangesList"’*
pintersect(ranges(gr[-length(gr)]), ranges(gr[-1]+pad), resolve.empty = 'max.start'), where gr is a GRangesList. Has anyone else experienced this issue? Has there been an update to pintersect or GRangesList that is causing this bug? Thanks in advance
Please submit your
sessionInfo()
and also checkBiocManager::biocValid()
. Paste outputs of both.