Return a size-factor normalized and (optionally) log-transformed expression matrix
normalized_counts(
cds,
norm_method = c("log", "binary", "size_only"),
pseudocount = 1
)
A CDS object to calculate normalized expression matrix from.
String indicating the normalization method. Options are "log" (Default), "binary" and "size_only".
A pseudocount to add before log transformation. Ignored if norm_method is not "log". Default is 1.