transcript-accessors: Accessor for transcript from Transcripts-derived class

txAR Documentation

Accessor for transcript from Transcripts-derived class

Description

Accessor for transcript from Transcripts-derived class

Usage

txA(object)

txB(object)

txC(object)

txD(object)

txA(object) <- value

txB(object) <- value

txC(object) <- value

txD(object) <- value

left(x, ...)

right(x, ...)

## S4 method for signature 'Transcripts'
txA(object)

## S4 method for signature 'Transcripts'
txB(object)

## S4 method for signature 'Transcripts'
txC(object)

## S4 method for signature 'Transcripts'
txD(object)

## S4 replacement method for signature 'Transcripts'
txA(object) <- value

## S4 replacement method for signature 'Transcripts'
txB(object) <- value

## S4 replacement method for signature 'Transcripts'
txC(object) <- value

## S4 replacement method for signature 'Transcripts'
txD(object) <- value

Arguments

object

a Transcripts-derived object

value

a GRangesList

x

a Transcripts-derived object

...

ignored

Examples

data(rear_cds)
txA(rear_cds)
txB(rear_cds)
txC(rear_cds)
txD(rear_cds)

cancer-genomics/trellis documentation built on Feb. 2, 2023, 7:04 p.m.