Description Usage Arguments Value
View source: R/transcript_models_build_helpers.R
Creates groups of transcripts on the same strand based on proximity. The groups are constructed of connected transcripts such that a pair of transcripts are considered connected if they are within a given distance d of each other. The group then consists of all transcripts that are connected to at least one other member.
1 | group_transcripts(transcript_granges, distance = 0)
|
transcript_granges |
|
distance |
the distance within which two transcripts are considered connected |
A GenomicRangesList-class
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.