Undefined methods | R Documentation |
These are methods defined for GRanges
and
GRangesList
objects that have no well-defined
equivalent for GTuples
or GTuplesList
. Therefore,
I have explicitly written methods for these that return errors when called.
gt3 <- GTuples(seqnames = c('chr1', 'chr1', 'chr1', 'chr1', 'chr2'),
tuples = matrix(c(10L, 10L, 10L, 10L, 10L, 20L, 20L, 20L, 25L,
20L, 30L, 30L, 35L, 30L, 30L), ncol = 3),
strand = c('+', '-', '*', '+', '+'))
## Not run:
# Will return errors
narrow(gt3)
reduce(gt3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.