I would like to find the deregulated pathway in cancer, I have done the gene enrichment analysis using gene expression data in pathview in R. However I do not know how to identify the deregulated pathway using SNV, CNV, and gene expression data belong to the same patient in the selected sample (you can say integrated analysis). Can anyone help in finding the right tool to do such job?
R tool or python would be better but web server will also work.
Thanks in advance
1 answer
Try MOFA: https://biofam.github.io/MOFA2/
It is a bit like PCA, but will use a variety of different 'omics data types to find the important factors. You can then select the highest waited genes in each factor and perform enrichment analysis.
Log in to answer this question.