per_sample_count_distribution: Plot per sample count distribution

View source: R/dge_utils.R

per_sample_count_distribution.DESeqDataSetR Documentation

Plot per sample count distribution

Description

Plot feature count distribution summary statistics per sample.

Usage

## 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
)

Arguments

normalized

A boolean denoting whether the plotted counts should not be normalized (FALSE) or normalized by size/normalization factors (TRUE). factors.

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.

Details

Plots the 25th, 50th, and 75th percentil of the feature count distribution for each sample.

Value

A ggplot object.


bryancquach/omixjutsu documentation built on Jan. 29, 2023, 3:47 p.m.