Kasper Daniel Hansen
Kasper Daniel Hansen
Return value when `index.return = TRUE` would be a list of 2 matrices.
Currently, `seqinfo` is empty. It should be populated based on the genome we use. Is there a way to store the annotation (ie. gencode) inside the object? Not sure how,...
From reading the web pages it was not immediately clear to me if any tools exists to convert to/from DAR. I am especially interested in conversion to/from markdown (some flavour),...
`gaps()` does not work on a GRangesList: ``` > gaps(grIntrons.24) Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘gaps’ for signature ‘"CompressedGRangesList"’ ```...
When I use findOverlaps with type="equal" and a GRangesList I get an error: ``` > findOverlaps(gr, grIntrons.24, type = "equal") Error in match.arg(type) : 'arg' should be one of “any”,...