This function is to test the two-way significance of cell type specific expression cross samples
Anova_info(
sce,
non.zero = TRUE,
markers = NULL,
clusters,
samples,
select.ct = NULL,
num.info = 25,
...
)
SingleCellExperiment single cell dataset
logical, default as TRUE. If TRUE, we only use gene that have non-zero expression
vector of characters, default as NULL. If NULL, use all genes in sce
character, the name of colData used as clusters
character, the name of colData used as samples
vector of cell types included, default as NULL
. If NULL
, include all cell types in x
numeric, number of selected gene for each cell type. Default at 25
a list of
F statistics of samples
;
F statistics of clusters
;
F statistics of two-way anova;
selected informative genes: high F statictis for clusters
compare to samples
;