normalized_counts | R Documentation |
Return a size-factor normalized and (optionally) log-transformed expression matrix
normalized_counts(
cds,
norm_method = c("log", "binary", "size_only"),
pseudocount = 1
)
cds |
A CDS object to calculate normalized expression matrix from. |
norm_method |
String indicating the normalization method. Options are "log" (Default), "binary" and "size_only". |
pseudocount |
A pseudocount to add before log transformation. Ignored if norm_method is not "log". Default is 1. |
Size-factor normalized, and optionally log-transformed, expression matrix.
cds <- load_a549()
normalized_matrix <- normalized_counts(cds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.