plot_histogram | R Documentation |
Create density distribution of coverage summary statistics. Use the coverage summary file created with coverage_summary function.
Create density distribution of coverage summary statistics. Use the coverage summary file created with coverage_summary function.
plot_histogram(data, variable, x.axis.title, y.axis.title)
plot_density_distribution_coverage(data, aes.colour, adjust.bin)
data |
Coverage summary file. |
aes.colour |
GGPLOT2 aesthetics colour, e.g. aes(y = ..scaled.., color = COVERAGE_GROUP). |
adjust.bin |
Adjust GGPLOT2 bin size (0 to 1). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.