readLengthDistPlot | R Documentation |
Plot read length distribution as a barplot. The readLenDF
should be
output from readLengthDist
function.
readLengthDistPlot(readLenDF, color = "steelblue", type = c("count", "pct"))
readLenDF |
A |
color |
A character variable indicating the color of the read length distribution
bar plot. (Default: |
type |
A character variable indicating if the actual read counts for each read length
or the relative percentage should be plotted. Must be selected from |
A ggplot
object showing the read length distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.