My Dataset is Like this...
SNP

Gene Expression

Other Dataset

I have two question to mofapy/run/python_template.py
First
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
When the above code is executed, the following result window appears.
...
AssertionError: dimensionality mismatch
...

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?
My Dataset is Like this...
SNP

Gene Expression

Other Dataset

I have two question to mofapy/run/python_template.py
First
When the above code is executed, the following result window appears.
Is this warning code to group each sample together with the same samples based on the Pandas Index?
Second
When the above code is executed, the following result window appears.
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?