Downstream analysis for integrated multi-omics data

integrative_results_supervised(
  multiassay,
  integration_model = "MBPLS",
  dependent = "PHF1",
  component = 1,
  sense_check_variable = "PHF1",
  covariates = c("PHF1", "amyloid", "AT8"),
  correlation_threshold = 0.5,
  weights_threshold = 0.8,
  community_detection = "leading_eigen",
  disease_id = "MONDO_0004975",
  TF_fp,
  ctd
)

Arguments

multiassay

Multiassay experiment object generated by Omix

integration_model

Possible unsupervised integration methods are DIABLO, sMBPLS

dependent

Dependent variable for groups.

component

Component to extract the multi-omics signature from

sense_check_variable

sense check

covariates

cov

correlation_threshold

Absolute correlation threshold to draw edges in the network

weights_threshold

Threshold for loadings (weight)

community_detection

community detection method

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

GMT file path with Transcription Factors and target genes

ctd

CellTypeData file. Generated by EWCE package

Value

List object of integrated results