classNameForDisplay {IRanges} | R Documentation |
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.
classNameForDisplay(x)
x |
An instance of any class. |
A character vector of length 1, as returned by class
.
Martin Morgan
classNameForDisplay(IntegerList()) class(IntegerList())