readGenomeDistPlot | R Documentation |
Plot reads genomic feature distribution. The featureDF
dataframe
should be output from readGenomeDist
function.
readGenomeDistPlot(featureDF, type = c("count", "pct"))
featureDF |
A |
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 reads genomic feature distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.