diff --git a/README.md b/README.md index d0a0b17..75a9b6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RAISING -This repository contains the source code, simulation data, and documentation for the **RAISING**, a two-stage neural network(NN) implementation framework that first performs hyperparameter tuning to devise the best NN architecture and then performs training on the entire data to estimate the feature importance. The method has been published in Nucleic Acids Research (). +This repository contains the source code, simulation data, and documentation for the **RAISING**, a two-stage neural network(NN) implementation framework that first performs hyperparameter tuning to devise the best NN architecture and then performs training on the entire data to estimate the feature importance. The method has been published in Nucleic Acids Research (). The source code is available on GitHub() ## RAISING installation @@ -10,8 +10,12 @@ Create a conda environment to install the RAISING conda create -n RAISING_env python=3.9 conda activate RAISING_env ``` +Install the package through pypi +``` +pip install RAISING +``` -Install the package through a github repository +Install the package through the github repository ``` pip install git+https://github.com/Devashish13/RAISING.git