fx_calcNeighb: Internal function to find DE genes between nearest...

View source: R/deTest.R

fx_calcNeighbR Documentation

Internal function to find DE genes between nearest neighbouring clusters

Description

Internal function. See DEneighb.

Usage

fx_calcNeighb(deVS, NN, FDRthresh)

Arguments

deVS

List of pairwise DE results from CalcDEcombn.

NN

A vector of nearest neighbours from DEdistNN.

FDRthresh

False discovery rate for counting significance.

Details

Identifies the significantly differentially expressed genes between nearest neighbouring clusters, using the pairwise differential gene expression testing results.

Value

A named list of data frames, one entry for each cluster. Each data frame is the results of the gene expression test comparing the cluster to its nearest neighbour. See CalcDEcombn and DEcombn for details.


BaderLab/scClustViz documentation built on Sept. 10, 2023, 11:51 p.m.