Description Usage Arguments Value Examples
Title
1 | plot_exons(exons_df, exon_start, exon_end)
|
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 |
a graph has the introns and exons of a gene
1 2 | BRCA2 <- find_exons("NM_000059")
graph <- plot_exons(BRCA2, BRCA2$exon_region_start__bp_, BRCA2$exon_region_end__bp_)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.