ClippedTranscripts | R Documentation |
A container for clipped transcripts
ClippedTranscripts(
transcripts,
i,
left = GRangesList(),
right = GRangesList(),
names = c("5prime", "3prime")
)
## S4 method for signature 'missing,missing'
ClippedTranscripts(
transcripts,
i,
left = GRangesList(),
right = GRangesList(),
names = c("5prime", "3prime")
)
## S4 method for signature 'ClippedTranscripts'
left(x, ...)
## S4 method for signature 'ClippedTranscripts'
right(x, ...)
transcripts |
a |
i |
an integer vector |
left |
a |
right |
a |
names |
character vector indicating strand of transcripts ('5prime' or '3prime'). |
x |
a |
... |
ignored |
left
a GRangesList
right
a GRangesList
names
a character vector of transcript names
ClippedTranscripts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.