This function computes a number of noise-related quantities for all pruned k-nearest neighbourhoods.
quantKnn(res, noise, object, pvalue = 0.01, minN = 5, no_cores = NULL)
List object with eight components:
Vector of biological noise average across all genes for each k-nearest neighbourhood.
Vector of ratio between total noise and technical noise averaged across all genes for each k-nearest neighbourhood.
Vector of average Spearman's correlation coefficient between all cell in a pruned k-nearest neighourhood.
Vector of total UMI counts for all cells.
List object with k nearest neighbour information returned by pruneKnn
function.
List of noise parameters returned by compTBNoise
.
SCseq
class object.
Positive real number between 0 and 1. All nearest neighbours with link probability < pvalue
are discarded. Default is 0.01.
Positive integer number. Noise inference is only done for k-nearest neighbourhoods with at least minN
neighbours remaining after pruning.
Positive integer number. Number of cores for multithreading. If set to NULL
then the number of available cores minus two is used. Default is NULL
.