debris_genes | R Documentation |
Return the data frame stored in the slot debris_genes
. This
contains the results of the differential expression analysis,
including
Difference in proportion of gene expression between the droplets in the debris and cell type clusters
log2 fold change between the droplets in the debris and cell type clusters
Mean of gene expression proportion in the debris droplets
Mean of gene expression proportion in the cell type droplets
t statistic
P value
Gene name
P value adjusted for multiple testing
debris_genes(x, p_adj = 0.05, logFC = 0)
x |
An SCE object. |
p_adj |
Return only rows (genes) with an adjusted p-value less than this value. |
logFC |
Return only rows (genes) with a log fold-change greater than this value. |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.