Skip to content

AssertionError: dimensionality mismatch #59

@wjddyd66

Description

@wjddyd66

My Dataset is Like this...

SNP
image

Gene Expression
image

Other Dataset
image

I have two question to mofapy/run/python_template.py

First

ep.set_data(data)

When the above code is executed, the following result window appears.

...  
Warning: columns seem to be the shared axis, transposing the data...  
...  

Is this warning code to group each sample together with the same samples based on the Pandas Index?

Second

ep.train_model()

When the above code is executed, the following result window appears.

...  
AssertionError: dimensionality mismatch
...  

image

Which dimension should be matched?

For reference, in the case of other datasets (complete data, the number of samples is the same in all modalities), no error occurred.

In the case of Incomplete Data, what additional work should be done?

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