Skip to content

Mini project for CS6024 - Algorithmic Approaches to Computational Biology, on the topic: Gene expression analysis for age prediction

Notifications You must be signed in to change notification settings

Bala-A87/CS6024-Age-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS6024-Age-prediction

Mini project for CS6024 - Algorithmic Approaches to Computational Biology, on the topic: Gene expression analysis for age prediction

Dataset

We use the Age prediction using machine learning dataset, obtained from here. The file training_data_normal.tsv is used for the project.

The dataset has not been included in the repository since it is openly available. To run the code present in the repository, please download the dataset and save it as dataset.tsv in a new folder data created in the cloned repository. The helper script get_dataset.sh should do the same when the command bash get_dataset.sh is executed.

Once this is done, the directory structure would be as follows:

.
├── code
│   └── ...
├── data
│   └── dataset.tsv
├── ...
├── Proposal.pdf
└── README.md

Structure

All source code is present in code. Helper scripts are present in scripts to help with loading data and building models. The used code is also distributed across the notebooks but follows the logical 3-phase sequence of EDA, modeling and result analysis. Logs and plots contain cross-validation information and final plots.

About

Mini project for CS6024 - Algorithmic Approaches to Computational Biology, on the topic: Gene expression analysis for age prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages