View source: R/counts_statistics.R
plot_gene_detection | R Documentation |
For specified thresholds, the number of detected genes is shown for each sample.
plot_gene_detection(dds, thresholds = c(3, 10, 20, 50))
dds |
A DESeqDataSet |
thresholds |
Vector of thresholds for which the number of genes with counts greater or equal than the thresholds is plotted |
A ggplot object of the ggplot2 package that contains the gene detection plot.
library("DESeq2")
set.seed(1)
dds <- makeExampleDESeqDataSet()
plot_gene_detection(dds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.