Skip to main content

A python based tool for prediction patient diagnosis i.e. (Alzheimer or Healthy) from single cell data.

Project description

AlzScPred :- A Tool for Identification of Alzheimer's from Single Cell Genome using Deep Learning

A computational approach tool to predict Alzheimer's affected patients from their single cell RNA seq data.

Introduction

Alzheimer's Disease is progressing as the most common cause of neurological disorder worldwide.

This tool aims to use Artifical Neural Network (Deep Learning) model to classify Normal Control(NC) patients and Alzheimer’s Disease(AD) patients from their single cell RNA seq data. The tool takes 10x single cell genomics data as input and predicts whether the patient is diseased or healthy with the help of highly trained model.

An excellent feature selection method called mRMR (Minimum Redundancy Maximum Relevance) was used to find out top 100 features for classification. Followed by Incremental Feature Selection (IFS) which led to identification of 35 conserved genes which act as promising biomarkers in classification and prediction of Normal and Diseased patients.

Please read/cite the content about the AlzScPredict for complete information including algorithm behind the approach.

Installation

Install my-project with pip

  pip install AlzScPred

You if previously installed please update the python package to the latest version using the command below

  pip3 install --upgrade AlzScPred

Usage/Examples

After installation of the AlzScPredict package in your python enviornment. Import the library using the below code.

import AlzScPred

The AlzScPredict comes with 1 inbuilt module .

  • Prediction Module

Please import the modules in your python enviornment before executing the code below.

from AlzScPred import Validation

After importing all the important pre requisites. You can follow the demo below for your case.

import pandas as pd
df = pd.read_csv("Your file path here")

# Prediction:- Execute the code below to get the output. It takes 1 argument i.e the dataframe with features in columns and rows as cells.

Validation.predict_patient(df)

Note: Please make sure that your single cell data file is prepared in the above example.csv format. And the file should also contain the read count data for the selected 35 genes in the above 35_genes.txt file.

Output

The output of the code can be viewed in your python output terminal. Example can be seen in the output.png file.

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AlzScPred-0.0.3.tar.gz (38.7 kB view hashes)

Uploaded Source

Built Distribution

AlzScPred-0.0.3-py3-none-any.whl (38.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page