项目作者: nrohani

项目描述 :
Classifying Breast Cancer Molecular Subtypes
高级语言: Python
项目地址: git://github.com/nrohani/MolecularSubtypes.git
创建时间: 2019-09-11T11:02:42Z
项目社区:https://github.com/nrohani/MolecularSubtypes

开源协议:Apache License 2.0

下载


Classifying Breast Cancer Molecular Subtypes Using Deep Clustering Approach

Cancer is a complex disease with a high rate of mortality. The characteristics of tumor masses are very heterogeneous; thus, the appropriate classification of tumors is a critical point in the correct treatment. A high level of heterogeneity has also been observed in breast cancer. Therefore, detecting the molecular subtypes of this disease is an essential issue for medicine that could be facilitated using bioinformatics.
This repository contains the implementation codes of the MSDEC, a method for molecular subtype detection. The paper is available in https://www.frontiersin.org/articles/10.3389/fgene.2020.553587/abstract

MSDEC schema

MSDEC schema

Prerequisites and Installing packages

  1. Install Python 3.x
  2. Install Keras>=2.0.9
  3. Install scikit-learn
    1. pip install keras
    2. pip install scikit-learn

Materials

Data: We used breast cancer somatic mutation profiles collected by Zhang et al.. They have obtained 78 somatic mutation data of 861 breast tumors from TCGA. You can also find this data in Data.txt. We propagated this profile using PPI network (PPI.txt) and obtained propagatedData.txt.

Codes

Find MSDEC implementation in MSDEC.py

Results

The result’s folder contains the result of finding the best number of clusters based on AUMP and other metrics.

Authors

  • Narjes Rohani and Changiz Eslahchi
    Please do not hesitate to contact us if you have any question:

Email: narjesrohani1996@gmail.com