txA | R Documentation |
Accessor for transcript from Transcripts-derived class
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
object |
a |
value |
a |
x |
a |
... |
ignored |
data(rear_cds)
txA(rear_cds)
txB(rear_cds)
txC(rear_cds)
txD(rear_cds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.