Description Usage Arguments Value Examples
function plots frequency of
1 | plotFrequencySpectrum(x, colorBy = NULL, groupBy = FALSE)
|
x |
x |
colorBy |
color by factor name |
groupBy |
boolean if compute the mean by factor or not |
a graph
1 2 3 4 5 6 7 8 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
# Show column names
names(sData(RepSeqData))
plotFrequencySpectrum(x = RepSeqData, colorBy = "project", groupBy = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.