mikelove/s4demo: Simple Demo of S4 Methods and Classes for Bioconductor

The package demonstrates the creation of an S4 class along with its constructor, accessor, and replacement functions / methods. The FooRanges class inherits from GRanges and adds a "barbar" slot. The accessor and replacement functions for the "barbar" slot are defined in the package. The 'foobar' method gives a summary of the object and the 'show' method is inherited from 'GRanges'.

Getting started

Package details

Bioconductor views Infrastructure Software
Maintainer
LicenseGPL (>=2)
Version0.0.4
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mikelove/s4demo")
mikelove/s4demo documentation built on Oct. 27, 2023, 2:02 a.m.