Skip to content

lipikakalson/PACMOSData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PACMOSData

PACMOSData is an ExperimentHub data package that provides reference datasets for use with the PACMOS framework. These resources support projection-based analyses of independent query samples using reference multi-omics latent factor spaces derived from the MESOMICS and lungNENomics studies.

PACMOS is a computational framework designed to project query samples into pretrained multi-omics latent spaces and compare them with reference cohorts. It enables the interpretation of new samples in relation to previously defined molecular factors, archetypes, or molecular groups.

PACMOSData contains metadata and access utilities for:

MESOMICS: Multi-omics study of pleural mesothelioma. lungNENomics: Multi-omics study of lung neuroendocrine neoplasms.

MOFA, or Multi-Omics Factor Analysis, is an unsupervised factor analysis framework for integrating multiple omics layers. MOFA identifies latent factors that capture major sources of variation across molecular data types. In PACMOS workflows, these latent factor spaces are used as reference spaces for comparing independent query samples.


Installation

if (!requireNamespace("remotes", quietly = TRUE)) {
    install.packages("remotes")
}

remotes::install_github("lipikakalson/PACMOSData")

Usage

library(PACMOSData)

mesomics_data <- load_pacmos_data("MESOMICS")

lungnen_data <- load_pacmos_data("lungNENomics")

query_data <- load_pacmos_data("query")

Available datasets

MESOMICS

  1. MESOMICS_archetypes : Archetype proportions.
  2. MESOMICS_MOFA_inputs : MOFA input matrices.
  3. MESOMICS_latent_factors : MOFA latent factors.

lungNENomics

  1. lungNENomics_MOFA_inputs : MOFA input matrices.
  2. lungNENomics_archetypes_with_label : Archetype proportions with discrete molecular group classifications.
  3. lungNEN_latent_factors : MOFA latent factors.
  4. lungNEN_sample_label : Sample IDs with molecular groups.

Test datasets

  1. lungNEN_query_expr : Query expression data for lungNENomics cohort.
  2. MESOMICS_query_expr : Query expression data for MESOMICS cohort.

Related package

Main software package:


About

Provides reference datasets required to run PACMOS on MESOMICS and lungNENomics cohorts.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages