plot_exons: Title

Description Usage Arguments Value Examples

View source: R/plot_exons.R

Description

Title

Usage

1
plot_exons(exons_df, exon_start, exon_end)

Arguments

exons_df

a dataframe of the exons of a gene,can be calculated with find_exons function

exon_start

a vector has the start position of the exons

exon_end

a vector has the end position of the exons

Value

a graph has the introns and exons of a gene

Examples

1
2
BRCA2 <- find_exons("NM_000059")
graph <- plot_exons(BRCA2, BRCA2$exon_region_start__bp_, BRCA2$exon_region_end__bp_)

BatoolMM/exonR documentation built on Aug. 6, 2021, 2:53 a.m.