foobar: foobar generic and methods

foobarR Documentation

foobar generic and methods

Description

A function that does foobar to FooRanges

Usage

foobar(x, ...)

## S4 method for signature 'FooRanges'
foobar(x)

Arguments

x

FooRanges object

...

additional arguments

Value

a summary

Examples


library(GenomicRanges)
x <- GRanges("1", IRanges(1,10))
y <- FooRanges(x, barbar="hi")
foobar(y)


mikelove/s4demo documentation built on Oct. 27, 2023, 2:02 a.m.