Git Product home page Git Product logo

cs4220's Introduction

CS4220

Members: Mani Hema Prashaad, Wang Yiteng, Wong Jun Hong, Yang Xinyi.

Table of Content

Isolation of Breast Cancer Related Genes Expression

Cibersort

  • CibersortProcess.java

    • Executed to generate the mixture file to be sent to CIBERSORT.
    • Also determines the cases without FPKM data (GDC does not have FPKM records of these patients).
  • filtered_cases.txt

    • Contains the 967 cases-of-interest after dropping cases or imputation (from 1098 cases).
  • Manifest

    • Contains the file IDs of all files pulled from GDC.
  • File to case ID mapping

    • MANIFEST.txt file does not include the case ID of each dataset.
    • Using a scrapped JSON, these file IDs were mapped to their respective Case IDs.
  • Gene mapping

    • GDC FPKM files uses the ENSEMBL gene symbols which were incompatible with CIBERSORT's LM22 signature matrix, which required HUGO symbols.
    • Maps the ENSEMBL symbols to HUGO symbols.
  • Mixture file

    • The output mixture file after executing CibersortProcess.java.
    • Uploaded to CIBERSORT.
  • Cibersort Output file

    • Output from CIBERSORT after 100 permutations were ran, using LM22 and mixture file.
    • Contains the cellular proportion of each case. This was used as a feature for predicting survival.

Cox Analysis

  • CG_COX

    • Cox and penalized Cox model for a combination of clinical and gene expression data after feature selection.
  • CL_COX

    • Data processing including trimming and imputation for clinical data.
    • Cox and penalized Cox model for only clinical features.
  • CT_COX

    • Cox and penalized Cox model for a combination of clinical and TIIC data after feature selection.

RSF

Generation of Means Comparison Graphs

  • Graphing.ipynb
    • Plots barplots overlaid with scatters of datapoints for the testing and training accuracy metrics for the survival analysis models utilised.

cs4220's People

Contributors

jadenwjh avatar

Watchers

 avatar

Forkers

yxy-xinyi

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.