identifier | R Documentation |
Container for storing CDS near a sequence junction
identifier(object)
Transcripts(
tA = GRangesList(),
tB = GRangesList(),
tC = GRangesList(),
tD = GRangesList(),
id = character()
)
## S4 method for signature 'Transcripts'
identifier(object)
## S4 replacement method for signature 'Transcripts'
identifier(object) <- value
## S4 method for signature 'Transcripts,ANY,ANY'
x[[i, j, ..., drop = FALSE]]
## S4 replacement method for signature 'Transcripts,ANY,ANY,GRangesList'
x[[i, j]] <- value
x |
a |
i |
integer vector |
j |
integer vector |
... |
ignored |
drop |
ignored |
tA
a GRangesList
tB
a GRangesList
tC
a GRangesList
tD
a GRangesList
id
sample id
Transcripts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.