View source: R/cell_type_assignments.R
scRNA_cluster.annotation.ttest | R Documentation |
function for computing two sample t-test on single cell clustered data
scRNA_cluster.annotation.ttest(r, cell.clusters, minZ = 10, subsample = F)
r |
data list including the gene expression data |
cell.clusters |
a n-length list of cluster assignments, where n = number of cells |
minZ |
cutoff for significance in the -log10(p) space (default = 10) |
data list, but now including cell.types
, and assignments.ttests
slots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.