Description Usage Arguments Value Author(s) Examples
View source: R/makeBranchpointWindowForExons.R
Generate branchpoint window regions corresponding to annotated exon(s) within a queried gene, transcript or exon id
1 | makeBranchpointWindowForExons(id, idType, exons, forceClosestExon = FALSE)
|
id |
identifier(s) for the query gene/transcript/exon id |
idType |
type of id to match in the exon annotation file ( |
exons |
GRanges containing exon co-ordinates. |
forceClosestExon |
Force branchpointer to find the closest exon and not the exon annotated as 5' to the query |
Granges with formatted query
Beth Signal
1 2 3 4 5 | smallExons <- system.file("extdata","gencode.v26.annotation.small.gtf",package = "branchpointer")
exons <- gtfToExons(smallExons)
windowquery <- makeBranchpointWindowForExons("ENSG00000139618.14", "gene_id", exons)
windowquery <- makeBranchpointWindowForExons("ENST00000357654.7", "transcript_id", exons)
windowquery <- makeBranchpointWindowForExons("ENSE00003518965.1", "exon_id", exons)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.