Coder Social home page Coder Social logo

raysas / data-mining-gene-expression Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 23.46 MB

Data Mining project (Fall2023) involving the classification and clustering of Sars-Cov-2 gene expression RNA-seq data

R 100.00%
bioconductor-package decision-trees dimensionality-reduction discriminant-analysis feature-selection gene-expression hierarchical-clustering k-fold-cross-validation k-means-clustering logistic-regression loocv normalization pca random-forest

data-mining-gene-expression's Introduction

Data Mining Project

Made with love & tears & enthusiasm

This is a mutliphase projet for the Data Mining course at LAU in Fall 2023. The project is divided into 3 phases, this repo consists of:

Data: Sars-Cov-2 gene expression data from GEO. The data is available in the data folder.

Phase 2 and 3 are done using the same dataset, withdrwan from GEO. The dataset is a collection of RNA-seq raw counts for 455 samples, involving 60705 genes, Out of the 455, 417 have clear covid status (positive/negative). The dataset is available in the data folder.

Phase 2: Classification

In this phase, we used preprocessing steps to clean the data, and then used 3 different classification algorithms to classify the samples into positive and negative covid status. The algorithms used are:

  • logistic regression
  • Linear Discriminant Analysis
  • Quadratic Discriminant Analysis

We used different resampling techniques to evaluate the performance of the models and compare test errors. The resampling techniques used are:

  • Validation set approach 80/20
  • 5-fold cross validation (empirical k=5)
  • Leave one out cross validation (LOOCV)

Feature selection was applied as well to reduce the number of features and improve the performance of the models. The feature selection techniques used are:

  • Forward selection
  • Backward selection

Note that out of the 60K genes, ~18K was left after normalization and preprocessing. Then we applied the highest variance technique - i.e. got the top 100 genes that showed between samples variance. Then we applied the feature selection techniques on the 100 genes. In an ideal situation we would've applied dimensionality reduction (PCA) which bases on the same idea. However, this will be applied in phase 3.

Details on this phase here.

Phase 3: Classification and Clustering

In this phase we extended classification to include Decision Trees (DT) and moved to unsupervided learning approaches including Dimensionality Reduction (DR) and Clustering.

Contributors:

data-mining-gene-expression's People

Contributors

raysas avatar

Watchers

 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.