per_sample_count_distribution.DESeqDataSet | R Documentation |
Plot feature count distribution summary statistics per sample.
## S3 method for class 'DESeqDataSet' per_sample_count_distribution( dds, normalized = T, point_size = 2.5, point_alpha = 1, y_lim = NULL ) per_sample_count_distribution(object, ...) ## S3 method for class 'matrix' per_sample_count_distribution( data, point_size = 2.5, point_alpha = 1, y_lim = NULL ) ## S3 method for class 'DGEList' per_sample_count_distribution( dge_data, normalized = T, point_size = 2.5, point_alpha = 1, y_lim = NULL )
normalized |
A boolean denoting whether the plotted counts should not be normalized
( |
point_size |
Plot point size. |
point_alpha |
Plot point alpha value. |
y_lim |
Plot y-axis range. |
object |
A DESeqDataSet, DGEList, or numeric matrix object. |
Plots the 25th, 50th, and 75th percentil of the feature count distribution for each sample.
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.