getYLab-method {biovizBase}R Documentation

parse x and y label information from a specific object

Description

parse y label information, object specific.

Usage

## S4 method for signature 'TxDb'
getYLab(obj)
## S4 method for signature 'GRanges'
getXLab(obj)
## S4 method for signature 'GRangesList'
getXLab(obj)
## S4 method for signature 'GAlignments'
getXLab(obj)

Arguments

obj

A TxDb object.

Value

a string.

Author(s)

Tengfei Yin


[Package biovizBase version 1.28.2 Index]