format_counts_for_deseq2: format counts for DESeq

View source: R/reformat.R

format_counts_for_deseq2R Documentation

format counts for DESeq

Description

format counts for DESeq

Usage

format_counts_for_deseq2(seed, query)

Arguments

seed

seed count matrix

query

query count matrix

Details

Always adding a pseudocount of 1 to avoid issues with 0 counts. We also force coercion to int since DESeq does not handle numerics nor does it do internal coersion.

Value

DESeq2 object


patrickCNMartin/Vesalius documentation built on April 17, 2025, 11:31 p.m.