Skip to content

Can't use biweighted midcorrelation (bicor) option for build_net #9

Open
@CarlosUziel

Description

@CarlosUziel

I am trying to use bicor as option to build_net,

network = build_net(
        data,
        fit_cut_off=0.8,
        cor_func="bicor",
        network_type="signed",
        n_threads=32,
    )

but doing so returns the following error:

R[write to console]: Error in WGCNA::bicor(x, use = "e") : 
  Unrecognized parameter 'use'. Recognized values are 'all.obs', 'pairwise.complete.obs'

Please find attached my session info: sessionInfo.txt

@Kumquatum Any idea what is causing the error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions