FindNBR: Find neighboring nodes in the network

Description Usage Arguments Value Author(s) References Examples

View source: R/PRIME.R

Description

Find neighboring nodes in the network

Usage

1
FindNBR(dist_mat, qth = 0.9, th = 0.85)

Arguments

dist_mat

Distance matrix

qth

Threshold for the quantile of the similarity

th

Hard threshold to select the neighborind nodes

Value

Adjacency matrix for the correspondence network

Author(s)

Hyundoo Jeong

References

Hyundoo Jeong and Zhandong Liu

PRIME: a probabilistic imputation method to reduce dropout effects in single cell RNA sequencing

Examples

1
FindNBR(matrix, qth = 0.9, th = 0.85)

jeonglab/prime documentation built on May 7, 2019, 6:58 p.m.