Description Usage Arguments Value Examples
View source: R/ShinyFunctions.R
Differential expression is calculated using the non-parametric Kruskal-Wallis test.
A significant p-value indicates that gene expression in at least one cluster
stochastically dominates one other cluster. Note that the calculation of 
differential expression after clustering can introduce a bias in the 
distribution of p-values, and thus we advise to use the p-values 
for ranking the genes only.
| 1 | get_de_genes(dataset, labels)
 | 
| dataset | expression matrix | 
| labels | cell labels corresponding to the columns of the expression matrix | 
a numeric vector containing the differentially expressed genes and correspoding p-values
| 1 2 | d <- get_de_genes(yan[1:10,], as.numeric(ann[,1]))
head(d)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.