show_dds_counts_freq: Helper function to check distribution of reads in DESeq2...

View source: R/deseq2_utils.R

show_dds_counts_freqR Documentation

Helper function to check distribution of reads in DESeq2 object

Description

Helper function to check distribution of reads in DESeq2 object

Usage

show_dds_counts_freq(
  deseq_dataset,
  xlim = c(0, 20),
  title = "Here goes the title",
  min_counts = 5
)

Arguments

deseq_dataset
xlim
title
min_counts

Small number of pseudocounts added to the normalised counts before the log2().

Value

A nice ggplot2 density plot

Examples

show_dds_counts_freq(dds)

Ni-Ar/niar documentation built on Feb. 3, 2025, 9:25 a.m.