tgs_cor_graph: wrapping tgs functions to compute balanced graph from a...

View source: R/utils.r

tgs_cor_graphR Documentation

wrapping tgs functions to compute balanced graph from a matrix

Description

wrapping tgs functions to compute balanced graph from a matrix

Usage

tgs_cor_graph(x, knn, k_expand, k_alpha, k_beta)

Arguments

x

matrix

knn

K parameter

k_expand

expansion parameter

k_alpha

used to threshold blanaced scores (k_alpha*K > rank_in*rank_out0

k_beta

used to threshold in-degree on k_beta*K before final thresholding of out-degree by K


tanaylab/metacell documentation built on Oct. 19, 2023, 1:01 p.m.