You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: The MOFA2 package contains a collection of tools for training and analysing multi-omic factor analysis (MOFA). MOFA is a probabilistic factor model that aims to identify principal axes of variation from data sets that can comprise multiple omic layers and/or groups of samples. Additional time or space information on the samples can be incorporated using the MEFISTO framework, which is part of MOFA2. Downstream analysis functions to inspect molecular features underlying each factor, vizualisation, imputation etc are available.
#' Alternatively, a character vector with group assignment for every sample.
371
371
#' Default is \code{NULL} (no group structure).
372
372
#' @param assays assays to use, default is \code{NULL}, it fetched all assays available
373
-
#' @param slot assay slot to be used (default is scale.data).
373
+
#' @param layer layer to be used (default is data).
374
374
#' @param features a list with vectors, which are used to subset features, with names corresponding to assays; a vector can be provided when only one assay is used
375
375
#' @param extract_metadata logical indicating whether to incorporate the metadata from the Seurat object into the MOFA object
376
376
#' @return Returns an untrained \code{\link{MOFA}} object
0 commit comments