What problem does it solve? After training a MOFA+ model with mofapy2 or MOFA2, inspecting the resulting HDF5 file requires low-level h5py code. This Skill provides DataFrame-level accessors and ready-made plots for factors, weights, variance explained, and MEFISTO covariates without re-implementing the MOFA2 R plot family. ## Core Features & Use Cases - Read-side model access: Load a trained model.hdf5 in readonly mode and pull Z factors, per-view W weights, R² tables, and sample metadata as pandas DataFrames. - Plot library: Generate seaborn-based factor scatters, weight heatmaps, R² barplots, and MEFISTO interpolation or smoothness plots. - MEFISTO support: Access covariates, interpolated factors, group kernels, and per-factor smoothness for spatiotemporal models. - Use Case: You trained a multi-omics MOFA+ model on RNA and methylation views and want to plot Factor1 versus Factor2 colored by condition, list the top 20 weight features per view, and export the per-factor variance-explained table for a report. ## Quick Start Load my trained model.hdf5 with mofax, show the variance explained per factor and view, and plot Factor1 against Factor2 colored by sample condition.