deseq2_norm_rle | R Documentation |
Normalize gene expression count data.
deseq2_norm_rle(inputData)
inputData |
a |
A data.frame
or matrix
of normalized count data.
## 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.