compute_projected_snn: Helper function for calculating a SNN graph Adapted from...

View source: R/similarity.R

compute_projected_snnR Documentation

Helper function for calculating a SNN graph Adapted from Seurat

Description

Helper function for calculating a SNN graph Adapted from Seurat

Usage

compute_projected_snn(
  train.cell.names,
  k,
  train.nn.ranked,
  test.cell.names,
  test.nn.large,
  test.nn.ranked,
  prune.SNN = 1/15,
  print.output = T
)

yanwu2014/swne documentation built on Aug. 5, 2023, 4:42 a.m.