de_stats_all_pairs | R Documentation |
Compute differential expression summary statistics for all pairs of clusters based on de_param()
de_stats_all_pairs(
norm.dat,
cl,
de.param = de_param(),
method = "limma",
de.genes = NULL,
...
)
norm.dat |
a normalized data matrix for data. |
cl |
a cluster factor object. |
de.param |
A list of differential gene expression parameters from |
method |
If de.df is NULL, use "limma" or "chisq" to compute differentially expressed genes. |
... |
Additional parameters passed to |
de.df |
Optional. Pre-computed results from |
a character vector of all differentially expressed genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.