-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MOFA error when data has been created using axis=-1
#122
Comments
MOFA specifically and muon in general expect multimodal data. Here mudata is a more flexible container, and it is one of the design challenges how to fail gracefully... For the |
Modalities share |
Sounds like those are different modalities so the default To note here, most multimodal methods won't account for feature relationships, i.e. that e.g. accessibility at
|
I see, I'll give a try. |
Hello, I have a
MuData
object created exploitingaxis=-1
as two modalities share a large portion ofobs_names
andvar_names
. The shape of the modalities are[(4664, 55615), (4664, 55879)]
and
mdata
object is(4664, 61764)
I have been trying
mofa
with mostly default parameters (except for a higher number of factors) and I have this errorwhich, I suspect, is possibly due to the fact modalities have been passed to
MOFA
using two independent sets of features and not their union. TheLF
shape (111494) is indeed the sum of modalities' shapes.The text was updated successfully, but these errors were encountered: