Description Usage Arguments Value Examples
function plot the histogram of counts for a sample broken into 6 intervals 1, ]1, 10], ]10, 100], ]100, 1000], ]1000, 10000], ]10000, more].
1 | plotFreqVpJ(x, sampleName = NULL)
|
x |
an object of class RepSeqExperiment |
sampleName |
sample to be plotted. If NULL the first sample name is used. |
a bar plot
1 2 3 4 5 6 7 8 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
snames <- rownames(sData(RepSeqData))
# plot histogramme of counts of the first sample.
plotFreqVpJ(x = RepSeqData, sampleName = snames[1])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.