Skip to content
/ MRGC Public

Multiview Robust Graph-Based Clustering for Cancer Subtype Identification

Notifications You must be signed in to change notification settings

sxf118/MRGC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MRGC

Multiview Robust Graph-Based Clustering for Cancer Subtype Identification

Method Description

Our method first learns robust latent representations from the raw omics data to alleviate the influences of the experimental and biological noise, where a set of similarity matrices are then adaptively learned based on these new representations. Finally, a global similarity graph is obtained by exploiting the consensus structure from the graphs of each view. As a result, the three parts in our method can reinforce each other in a mutual iterative manner.

Environment

MRGC was developed in MATLAB 2019b

Usage

We provided a demo for users. To run this demo, please load the script 'demo.m' into your MATLAB programming environment and click 'run'.

Dataset

All the cancer datasets used can be downloaded at http://acgt.cs.tau.ac.il/multi_omic_benchmark/download.html.

Parameters

There are three parameters in our method, i.e., 'alpha', 'beta', and the dictionary size 'base'. The default value is 0.01, 0.001 and 10, repectively. Users can change their value in 'demo.m' .

Input and output

Users can change the input file directory and output file directory by changing the 'dataDir' variable and the 'outDir' variable in 'demo.m', respectively.

Citation


@ARTICLE{9685002,
  author={Shi, Xiaofeng and Liang, Cheng and Wang, Hong},
  journal={IEEE/ACM Transactions on Computational Biology and Bioinformatics}, 
  title={Multiview Robust Graph-Based Clustering for Cancer Subtype Identification}, 
  year={2023},
  volume={20},
  number={1},
  pages={544-556},
  doi={10.1109/TCBB.2022.3143897}
}

About

Multiview Robust Graph-Based Clustering for Cancer Subtype Identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published