Skip to content

pyNBS.consensus_clustering

Justin Huang edited this page Feb 2, 2018 · 8 revisions

consensus_clustering is a module that contains functions for performing the consensus clustering step in the pyNBS algorithm. The key function in this module requires a list of "H matrices" to be passed into it. These H Matrices are the result of NMF clustering. The NBS_single function produces a single instance of a valid "H matrix" that can be read into the consensus clustering function. For more information on the "H matrix" described here, please see the documentation for the mixed_netNMF function.

Functions in this module

This module contains the following functions (bolded functions are key pyNBS functions):

Clone this wiki locally