Description Usage Arguments Value Examples
Normalize gene expression count data.
1 | deseq2_norm_rle(inputData)
|
inputData |
a |
A data.frame
or matrix
of normalized count data.
1 2 3 | ## Example using the counts assay from a SummarizedExperiment
data_in <- SummarizedExperiment::assay(TB_indian, "counts")
res <- deseq2_norm_rle(data_in)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.