Return a size-factor normalized and (optionally) log-transformed expression
normalized_counts(
cds,
norm_method = c("log", "binary", "size_only"),
pseudocount = 1
)
Size-factor normalized, and optionally log-transformed, expression matrix.
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.
https://github.com/cole-trapnell-lab/monocle3
matrix