vargenes_anova {scITD} | R Documentation |
Compute significantly variable genes via anova. Generally, this should be done through calling the form_tensor() wrapper function.
Description
Compute significantly variable genes via anova. Generally, this should be done through calling the form_tensor() wrapper function.
Usage
vargenes_anova(scMinimal, ncores)
Arguments
scMinimal |
environment A sub-container for the project typically consisting of gene expression data in its raw and processed forms |
ncores |
numeric Number of cores to use |
Value
A list of raw p-values for each gene.
[Package scITD version 1.0.4 Index]