A computational approach tool to predict Head and Neck Cancer affected patients from their single cell RNA seq data.
Project description
HNSCPred :- A Tool for Identification of HNSCC from Single Cell Genome using Deep Learning
A computational approach tool to predict Head and Neck Cancer affected patients from their single cell RNA seq data.
Introduction
Head and neck cancer, which encompasses a range of malignancies affecting the respiratory tract and upper digestive tract and also the seventh most common cancer in the world.
This tool aims to use Artifical Neural Network (Deep Learning) model to classify Normal Control(NC) patients and Head and Neck Cancer (HNSCC) 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 which act as promising biomarkers in classification and prediction of Normal and Diseased patients. Also further classified diseased patients into HPV+ and HPV-.
Installation
Install my-project with pip
pip install HNSCPred
You if previously installed please update the python package to the latest version using the command below
pip3 install --upgrade HNSCPred
Usage/Examples
After installation of the HNSCPred package in your python enviornment. Import the library using the below code.
import HNSCPred
The HNSCPred comes with 1 inbuilt module.
- Predict Please import only 1 module in your python enviornment using the code below.
from HNSCPred 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")
Validation.predict(df)
Authors
- Akanksha Jarwal.
- Aman Srivastava.
- Anjali Dhall.
- Sumeet Patiyal.
- Prof. G.P.S. Raghava
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file HNSCPred-0.0.8.tar.gz
.
File metadata
- Download URL: HNSCPred-0.0.8.tar.gz
- Upload date:
- Size: 437.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbd814a47c3d77c7d74373cdab6bcfb6adc3a982c6727d26b2552bc304cbfb74 |
|
MD5 | 7f824509ff500035dc57e3123561574d |
|
BLAKE2b-256 | ee9f1dca84bd2670843ab4e01803a74278fc9a99b9c2e150b71552e06c3f05f8 |
File details
Details for the file HNSCPred-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: HNSCPred-0.0.8-py3-none-any.whl
- Upload date:
- Size: 434.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b60b5eb0d36a871e2280b8ac77098ae85b803920607708cb55ca594882eb7969 |
|
MD5 | 9a2a67ec2ae5a6ba10e53e8cfaf6375e |
|
BLAKE2b-256 | f5bd19631815cff704108d7520718d0dca2054165c381e8582bf6704107266e7 |