-
Notifications
You must be signed in to change notification settings - Fork 22
pyNBS.pyNBS_single
Justin Huang edited this page Jan 24, 2018
·
4 revisions
pyNBS_single
is a single-function module that wraps many of the functions from pyNBS_core
to perform a single iteration of the pyNBS algorithm. It's outputs can be compiled into a list for use by the consensus_hclust_hard
function.
This module contains the following function:
-
NBS_single
: This is a wrapper function for executing a single iteration of the pyNBS algorithm.