Systems-Methods / consensusNetR

construction of consensus networks as per L Cantini et al (with additional options)
https://systems-methods.github.io/consensusNetR
Other
3 stars 0 forks source link

reuse construct_meta_rbh function as wrapper function for overlap based and correlation based rbh functions #1

Open mjrmason opened 1 year ago

mjrmason commented 1 year ago

this function should become a wrapper function that calls construct_multi_rbh_overlap_based or construct_multi_rbh_overlap_based based on some flag with options "overlap", "pearson" and "spearman" with "overlap" as default. And we need to move away from file lists and just use lists of membership matrices like in construct_multi_rbh_overlap_based.

oh and we should probably just rename it to compute_rbh