FindMarkers: Find DE genes

Description Usage Arguments Details Value

View source: R/de_genes.R

Description

Find cluster specific differentially expressed genes

Usage

1
FindMarkers(object, selected_clusters = NA, lfc_th, q_th, nDE = 30)

Arguments

object

A SingleCellExperiment object containing normalized expression values in "normcounts".

selected_clusters

vector of selected cluster identifier to be considered. When unspecified (=NA), defaults to all predicted clusters.

lfc_th

numeric, [0,1] log2 fold change threshold value to define significance.

q_th

numeric, [0,1] fdr adjusted p-value to define significance.

nDE

integer, specifies the number of DE genes to return per cluster default = 30.

Details

Performs significance tests in one-vs-all manner to determine cluster specific genes: two-sample Wilcoxon ('Mann-Whitney') test followed by 'fdr' adjustment and log-fold-change.

Value

list containing:


debsin/dropClust documentation built on Nov. 4, 2019, 10:22 a.m.