classNameForDisplay {IRanges}R Documentation

Provide a class name for displaying to users

Description

Generic function to create a class name suitable for display to users. Current methods remove "Compressed" or "Simple" from the formal names of classes defined in IRanges.

Usage

classNameForDisplay(x)

Arguments

x

An instance of any class.

Value

A character vector of length 1, as returned by class.

Author(s)

Martin Morgan

Examples

  classNameForDisplay(IntegerList())
  class(IntegerList())

[Package IRanges version 1.22.9 Index]