GithubHelp home page GithubHelp logo

nizarassad / pan-cancer-analysis Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 9.71 MB

The Cancer Genome Atlas Pan-Cancer analysis project

Python 100.00%
data-processing lasso-regression linear-regression machine-learning pan-cancer-analysis python regression-models ridge-regression

pan-cancer-analysis's Introduction

The Cancer Genome Atlas Pan-Cancer Analysis Project

Pan-cancer analysis involves assessing frequently mutated genes and other genomic abnormalities common to many different cancers, regardless of tumor origin. Using next-generation sequencing (NGS), pan-tumor projects such as The Cancer Genome Atlas2 have made significant contributions to our understanding of DNA and RNA variants across many cancer types.

Pan Cancer from a Microscope

Microscopic view of pan cancer cells: highlighting the diverse morphology of cancerous tissues



The objective of this project is to utilize regression techniques to predict a continuous value using data from The Cancer Genome Atlas (TCGA) Pan-Cancer analysis project.

Goal and Aims:

The goal of this project is to train regression models using this data to predict a continuous value representing a specific molecular characteristic of cancers. The aims are the following:

  • Study the genomes of various cancers to better understand their molecular characteristics.
  • Assist in developing new treatment strategies

Dataset

The data, collected from different types of tumors, can be downloaded from the two links below:

Models

This project implements four different regression models using cancer genome data:

  • Simple Linear Regression (SLR)
  • Multiple Linear Regression (MLR)
  • Ridge Regression (RR)
  • Lasso Regression (LR)

Evaluation

The models are evaluated using two different metrics: mean squared error (MSE) and cross-validation.

Model Score Cross-validation Mean Squared Error
Simple Linear Regression 0.98 0.98 0.05
Multiple Linear Regression 0.98 0.98 0.04
Ridge Regression 0.97 0.96 0.05
Lasso Regression 0.92 0.94 0.07
  • Simple and multiple linear regression models exhibit comparable performance, while Ridge and Lasso regression models have slightly lower performance.

pan-cancer-analysis's People

Contributors

nizarassad avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

ruffoni

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.