Downstream analysis for integrated multi-omics data

integrative_results_unsupervised(
  multiassay,
  integration_model = "MOFA",
  dependent = "diagnosis",
  sense_check_variable = "PHF1",
  covariates = c("PHF1", "amyloid", "AT8"),
  weights_threshold = 1.5,
  correlation_threshold = 0.4,
  community_detection = "leading_eigen",
  pseudotime_analysis = TRUE,
  time = NA,
  disease_id = "MONDO_0004975",
  TF_fp,
  ctd
)

Arguments

multiassay

Multiassay experiment object generated by Omix

integration_model

Possible unsupervised integration methods are MOFA

dependent

Dependent variable for groups.

sense_check_variable

sense check

covariates

cov

weights_threshold

weights threshold (+/- SD from the mean)

correlation_threshold

Absolute correlation threshold to draw edges in the network

community_detection

community detection method

pseudotime_analysis

TRUE/ FALSE

time

tim

disease_id

OpenTargets disease id. Default to "MONDO_0004975" (Alzheimer's Disease) Different disease ontologies can be found on https://www.ebi.ac.uk/ols/ontologies

TF_fp

file path GMT file with Transcription Factors and target genes. Check https://maayanlab.cloud/chea3/

ctd

CellTypeData file. Generated by EWCE package

Value

List object of integrated results