Skip to content

No output for SAMGUI and AttributeError for display_heatmap() #167

@Lil-Psilocybe

Description

@Lil-Psilocybe

Hello! Thanks for this great tool! But I'm wondering if anyone else having similar issues when installing manually thru conda?

I have not been able to get the gui or heatmap methods outlined here to output properly.

I installed SAMGUI as described from the original SAM repo with the command:
conda install -c conda-forge -c plotly jupyter ipywidgets plotly=4.0.0 colorlover ipyevents

and then load it into jupyter notebook after running the main samap imports like so
from samalg import SAM from samalg.gui import SAMGUI

But when I run sm.gui() or sm.samap.gui() I get a blank gui screen back like so:
Image

I toggle clusters, projections, try running analysis, etc. and nothing done on any of the tabs outputs a thing. Any tips on how to get anything to display?

As for the heatmap, this is my error every time:
Image

Is there something up with the display_heatmap() method itself? I scoured the SAMAP and SAM source code, but couldn't find mention of the function.

Thanks to anyone who has input!

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