Skip to content

Coexpression Module Plot creates unpredictable plots when more than one module is passed #151

@annaliesemeyer

Description

@annaliesemeyer

Hi, I'm having an issue where if I pass more than one module to the CoexpressionModulePlot function, I get an html file returned with an unpredictable number of modules depicted as networks. This occurs both if I pass the modules as below through wgcnafull.datExpr.var.moduleColors.unique().tolist() or if I list specific ones individually (e.g. ['salmon', 'silver', 'lightcoral', 'whitesmoke', 'navajowhite','chocolate', 'black']). The program doesn't throw any errors during this process. I could be misunderstanding how these are supposed to be represented. I imagine splicing individual files together could suffice as a workaround. Thanks!

modules = wgcnafull.datExpr.var.moduleColors.unique().tolist() wgcnafull.CoexpressionModulePlot(modules=modules, numGenes=500, numConnections=1000, minTOM=0, file_name="all")

all.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions