.BBSoptions
.Rbuildignore
.gitattributes
.gitignore
DESCRIPTION
Dockerfile
LICENSE
MOFA2.Rproj
NAMESPACE
NEWS
README.md
configure
configure.win
setup.py
R/AllClasses.R
R/AllGenerics.R
R/QC.R
R/basilisk.R
R/calculate_variance_explained.R
R/cluster_samples.R
R/compare_models.R
R/correlate_covariates.R
R/create_mofa.R
R/dimensionality_reduction.R
R/enrichment.R
R/get_methods.R
R/imports.R
R/impute.R
R/load_model.R
R/make_example_data.R
R/plot_data.R
R/plot_factors.R
R/plot_weights.R
R/predict.R
R/prepare_mofa.R
R/run_mofa.R
R/set_methods.R
R/subset.R
R/utils.R
inst/CITATION
inst/extdata/model.hdf5
inst/extdata/test_data.RData
inst/scripts/template_script.R
inst/scripts/template_script.py
man/.Rapp.history
man/MOFA.Rd
man/calculate_variance_explained.Rd
man/cluster_samples.Rd
man/compare_elbo.Rd
man/compare_factors.Rd
man/correlate_factors_with_covariates.Rd
man/create_mofa.Rd
man/create_mofa_from_MultiAssayExperiment.Rd
man/create_mofa_from_Seurat.Rd
man/create_mofa_from_SingleCellExperiment.Rd
man/create_mofa_from_df.Rd
man/create_mofa_from_matrix.Rd
man/factors_names.Rd
man/features_metadata.Rd
man/features_names.Rd
man/get_data.Rd
man/get_default_data_options.Rd
man/get_default_model_options.Rd
man/get_default_stochastic_options.Rd
man/get_default_training_options.Rd
man/get_dimensions.Rd
man/get_elbo.Rd
man/get_expectations.Rd
man/get_factors.Rd
man/get_imputed_data.Rd
man/get_variance_explained.Rd
man/get_weights.Rd
man/groups_names.Rd
man/impute.Rd
man/load_model.Rd
man/make_example_data.Rd
man/pipe.Rd
man/plot_ascii_data.Rd
man/plot_data_heatmap.Rd
man/plot_data_overview.Rd
man/plot_data_scatter.Rd
man/plot_dimred.Rd
man/plot_enrichment.Rd
man/plot_enrichment_detailed.Rd
man/plot_enrichment_heatmap.Rd
man/plot_factor.Rd
man/plot_factor_cor.Rd
man/plot_factors.Rd
man/plot_top_weights.Rd
man/plot_variance_explained.Rd
man/plot_variance_explained_per_feature.Rd
man/plot_weights.Rd
man/plot_weights_heatmap.Rd
man/plot_weights_scatter.Rd
man/predict.Rd
man/prepare_mofa.Rd
man/run_enrichment.Rd
man/run_mofa.Rd
man/run_tsne.Rd
man/run_umap.Rd
man/samples_metadata.Rd
man/samples_names.Rd
man/select_model.Rd
man/subset_factors.Rd
man/subset_features.Rd
man/subset_groups.Rd
man/subset_samples.Rd
man/subset_views.Rd
man/summarise_factors.Rd
man/views_names.Rd
mofapy2/__init__.py
mofapy2/version.py
mofapy2.egg-info/PKG-INFO
mofapy2.egg-info/SOURCES.txt
mofapy2.egg-info/dependency_links.txt
mofapy2.egg-info/requires.txt
mofapy2.egg-info/top_level.txt
mofapy2/build_model/__init__.py
mofapy2/build_model/build_model.py
mofapy2/build_model/init_model.py
mofapy2/build_model/save_model.py
mofapy2/build_model/train_model.py
mofapy2/build_model/utils.py
mofapy2/core/BayesNet.py
mofapy2/core/__init__.py
mofapy2/core/gpu_utils.py
mofapy2/core/utils.py
mofapy2/core/distributions/__init__.py
mofapy2/core/distributions/basic_distributions.py
mofapy2/core/distributions/bernoulli.py
mofapy2/core/distributions/bernoulli_gaussian.py
mofapy2/core/distributions/beta.py
mofapy2/core/distributions/binomial.py
mofapy2/core/distributions/gamma.py
mofapy2/core/distributions/multivariate_gaussian.py
mofapy2/core/distributions/poisson.py
mofapy2/core/distributions/univariate_gaussian.py
mofapy2/core/nodes/Alpha_nodes.py
mofapy2/core/nodes/Tau_nodes.py
mofapy2/core/nodes/Theta_nodes.py
mofapy2/core/nodes/W_nodes.py
mofapy2/core/nodes/Y_nodes.py
mofapy2/core/nodes/Z_nodes.py
mofapy2/core/nodes/__init__.py
mofapy2/core/nodes/basic_nodes.py
mofapy2/core/nodes/multiview_nodes.py
mofapy2/core/nodes/nongaussian_nodes.py
mofapy2/core/nodes/variational_nodes.py
mofapy2/notebooks/getting_started_python.ipynb
mofapy2/run/__init__.py
mofapy2/run/entry_point.py
mofapy2/run/test_data/view_0.txt
mofapy2/run/test_data/view_1.txt
mofapy2/run/test_data/view_2.txt
mofapy2/run/test_data/with_nas/500_0.txt
mofapy2/run/test_data/with_nas/500_1.txt
mofapy2/run/test_data/with_nas/500_2.txt
tests/testthat.R
tests/testthat/barcodes.tsv
tests/testthat/genes.tsv
tests/testthat/matrix.csv
tests/testthat/matrix.mtx
tests/testthat/test_create_model.R
tests/testthat/test_load_model.R
tests/testthat/test_plot.R
tests/testthat/test_prepare_model.R
vignettes/downstream_analysis.Rmd
vignettes/getting_started_R.Rmd