fuse | R Documentation |
If there are only two transcripts to join, the GRangesList object has length one. In general, the GRangesList object returned has length R x C where R is the number of transcripts from the gene 5-prime of the fusion and C is the number of transcripts from the gene 3' of the fusion.
fuse(object, nms)
## S4 method for signature 'TranscriptsFusion'
fuse(object, nms)
## S4 method for signature 'ClippedTranscripts'
fuse(object, nms)
object |
a |
nms |
name of transcript (character-string) |
A GRangesList
link{clip}
data(rear_cds)
clipped <- clip(rear_cds)
## The fused transcript contains exon ranks 2-9 of NM_001288715 and exon
## ranks 10-57 of NM_007118
fused <- fuse(clipped)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.