Hi,
Maybe I'm missing it, but the documentation isn't exactly clear on the behavior of setdiff on x,y = GRangesList,GRangesList inputs. Does it operate as a 'parallel' function, i.e. setdiff(x[1],y[1]), then setdiff(x[2],y[2])?
In the code it looks like it calls mendoapply, but it isn't clear if that indeed does the above? And if so, why isn't it this functinoality instead part of psetdiff?
Thanks
Hi,
Maybe I'm missing it, but the documentation isn't exactly clear on the behavior of setdiff on x,y = GRangesList,GRangesList inputs. Does it operate as a 'parallel' function, i.e. setdiff(x[1],y[1]), then setdiff(x[2],y[2])?
In the code it looks like it calls mendoapply, but it isn't clear if that indeed does the above? And if so, why isn't it this functinoality instead part of psetdiff?
Thanks