integrative_results_supervised.Rd
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
)
Multiassay experiment object generated by Omix
Possible unsupervised integration methods are DIABLO
, sMBPLS
Dependent variable for groups.
Component to extract the multi-omics signature from
sense check
cov
Absolute correlation threshold to draw edges in the network
Threshold for loadings (weight)
community detection method
OpenTargets disease id. Default to "MONDO_0004975" (Alzheimer's Disease) Different disease ontologies can be found on https://www.ebi.ac.uk/ols/ontologies
GMT file path with Transcription Factors and target genes
CellTypeData file. Generated by EWCE
package
List object of integrated results
Other Multi-omic integration downstream analysis:
OpenTarget_dataframe()
,
Transcription_Factor_enrichment_supervised()
,
Transcription_Factor_enrichment()
,
circos_TF()
,
clustering_DE_analysis()
,
extract_loadings()
,
extract_multiomic_signature()
,
extract_weigths()
,
integrative_results_clustering()
,
integrative_results_sparse_supervised()
,
integrative_results_unsupervised()
,
multiomics_modules()
,
multiomics_network_matrix()
,
multiomics_network()
,
plot_module_trajectory()
,
posterior_probability()
,
pseudotime_inference()
,
sign_signature()