get_exon_inclusion_junction | R Documentation |
Compute the resulting junctions (junc_id) for exon inclusion of given exon and transcript.
get_exon_inclusion_junction(exon_id, exons, transcript_id, transcripts)
exon_id |
A vector of exon IDs |
exons |
A vector of the genomic coordinates of the exon. |
transcript_id |
A vector of transcript IDs |
transcripts |
a GRangesList with transcripts defined as GRanges of exons
created by |
A list of junction IDs formatted as <chr>_<left>_<right>_<strand>
.
transcript_id <- c("ENST00000243347", "ENST00000460812")
exon_id <- c("ENSE00000840477", "ENSE00003481758")
exons <- c("chr2:152222570-152222731:+", "chr2:152226534-152226762:+")
transcripts <- toy_transcripts
get_exon_inclusion_junction(exon_id, exons, transcript_id, transcripts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.