Description Usage Arguments Value Author(s) Examples
Plot size distribution of small RNA-seq data.
1 2 3 4 5 6 7 | bcbSmallSize(bcb, color = NULL)
bcbSmallSizeDist(bcb, color = NULL, percentage = TRUE)
bcbSmallMicro(bcb, color = NULL)
bcbSmallCluster(bcb, color = NULL)
|
bcb |
bcbioSmallRnaDataSet. |
color |
Column in metadata to use to color the bars. |
percentage |
Whether to plot the percentage or absolute number. |
ggplot.
Lorena Pantano, Michael Steinbaugh
1 2 3 4 5 6 7 8 9 10 | library(DEGreport)
data(sbcb)
bcbSmallSize(sbcb, color = "population")
bcbSmallSizeDist(sbcb, color = "population")
bcbSmallMicro(sbcb, color = "population")
bcbSmallCluster(sbcb, color = "population")
data <- bcbSmallPCA(sbcb, minAverage=8)
degPCA(data[["counts"]], data[["annotation"]], condition = "population")
data <- bcbSmallPCA(sbcb, type = "cluster", minAverage = 8)
degPCA(data[["counts"]], data[["annotation"]], condition = "population")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.