foobar | R Documentation |
A function that does foobar to FooRanges
foobar(x, ...)
## S4 method for signature 'FooRanges'
foobar(x)
x |
FooRanges object |
... |
additional arguments |
a summary
library(GenomicRanges)
x <- GRanges("1", IRanges(1,10))
y <- FooRanges(x, barbar="hi")
foobar(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.