scaled_counts_scran: Scale counts using scran-like size factors

View source: R/fit_pred_models.R

scaled_counts_scranR Documentation

Scale counts using scran-like size factors

Description

Scale counts using scran-like size factors

Usage

scaled_counts_scran(counts, groups, pseudocount = 0.5)

Arguments

counts

count table oriented as samples (rows) x features (columns)

groups

group or treatment labels for columns

pseudocount

small count to augment whole matrix by in order to eliminate zero counts

Value

scaled count table oriented as samples (rows) x features (columns)


kimberlyroche/codaDE documentation built on May 11, 2022, 12:40 a.m.