summary_DA: Summary of the differential analysis

View source: R/diff_analysis_gene_set_enrichment.R

summary_DAR Documentation

Summary of the differential analysis

Description

Summary of the differential analysis

Usage

summary_DA(scExp, qval.th = 0.01, logFC.th = 1, min.percent = 0.01)

Arguments

scExp

A SingleCellExperiment object containing consclust with selected number of cluster.

qval.th

Adjusted p-value threshold. (0.01)

logFC.th

Fold change threshold. (1)

min.percent

Minimum fraction of cells having the feature active to consider it as significantly differential. (0.01)

Value

A table summary of the differential analysis

Examples

data('scExp')
summary_DA(scExp)

vallotlab/ChromSCape documentation built on Oct. 15, 2023, 1:47 p.m.