View source: R/plot_biotypes.R
plot_biotypes | R Documentation |
Plot reads assigned to biotypes
plot_biotypes(
x,
n = 12,
group = FALSE,
stack = "percent",
sort = TRUE,
barwidth = NULL,
...
)
x |
count matrix from featureCounts with '-g gene_biotype' |
n |
number of top features to plot, default 12 |
group |
plot all features in 12 groups, default FALSE |
stack |
plot percent or total reads (percent or normal) |
sort |
sort by total genes assigned to biotype |
barwidth |
bar width, default null |
... |
additional options passed to |
A highchart
Chris Stubben
## Not run:
x <- read_tsv("biotypes.txt")
plot_biotypes(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.