barbar | R Documentation |
Functions that get or set the barbar slot from FooRanges
barbar(x, ...)
barbar(x, ...) <- value
## S4 method for signature 'FooRanges'
barbar(x)
## S4 replacement method for signature 'FooRanges,character'
barbar(x) <- value
x |
FooRanges object |
... |
additional arguments |
value |
replacement for barbar |
The character value in the barbar
slot
library(GenomicRanges)
x <- GRanges("1", IRanges(1,10))
y <- FooRanges(x, barbar="hi")
barbar(y)
barbar(y) <- "hey"
barbar(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.