Git Product home page Git Product logo

clustering-of-cancer-subtypes's Introduction

Clustering-of-cancer-subtypes

We collect seven cancer datasets from the TCGA dataset of the Broad Institute GDAC Firehose, including gene expression profile, isoform expression profile, DNA methylation expression data and survival information correspondingly. Furthermore, we employ kernel PCA to extract features for each expression profile, and convert them into three similarity kernel matrices by Gaussian kernel function, then fuse these matrices as a global kernel matrix. Finally, we apply spectral clustering algorithm on fusion kernel matrix to obtain the clustering on different cancer subtypes.

flowchart

The flowchart of our novel method. (a) We first collect and check seven cancer datasets from the TCGA dataset of the Broad Institute GDAC Firehose. (b) For each dataset, after Representing, Constructing, Fusing and Clustering for gene, isoform and DNA methylation data, we carry out survival analysis, gene set enrichment analysis and others.

Prerequisites

The following packages are required for executing the main code file:

Usage

Data formats

  • expression profiles (gene.csv, isoform.csv and methyl.csv): the csv files with p rows and n columns, where n is the number of samples and p is the number of features.
  • survival info. (clinical.csv): a csv file with n rows and p columns, where n is the number of samples and p is the number of features.

NOTE: headers and indexes are included in all profiles.

Run

The program running on the dataset (LUNG) while printing logs:

    [cluster: 2, P - value: 0.92260736]
    [cluster: 3, P - value: 0.08198263]
    [cluster: 4, P - value: 0.00906062]
    [cluster: 5, P - value: 0.05835960]
    [cluster: 6, P - value: 0.05484691]
    [cluster: 7, P - value: 0.16474903]
    [cluster: 8, P - value: 0.32122098]
    [cluster: 9, P - value: 0.16902343]
    [cluster: 10, P - value: 0.18959946]

clustering-of-cancer-subtypes's People

Contributors

jay7275 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.