plots number of exons according to gene type
1 2 3 4 5 6 7 | plot_exon_distribution(
exons,
select = NULL,
title = "Number of exons by gene type",
filename = NA,
...
)
|
exons |
must be a data.table with genetic features in rows and samples in columns must also contain at least gene type |
select |
gene types |
title |
displayed in plot |
filename |
if not specified, the plot will not be saved |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.