Skip to content

Building the software for analyzing the microbiome data using machine learning technics. the application provides the GUI for the user they can easily analyze the data without any other programming knowledge developed by @piriyaraj @varnaraj @thanujan @Rilwan292

Notifications You must be signed in to change notification settings

piriyaraj/e17-co328-Host-Pathogen-Interaction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Title Host Pathogen Interaction
Repository-name GitHub
Project page BioWeb
Frontend BioWeb

Inference of host-microbe associations based on metagenomic data

overview

Finding the diesecs is very challenginig matter. There are many methods available in the filed but the problem these methods are not flow the same procedure. So that we like to develop the software that help to identify the problem using the microbiome samples. The software worked based on the machine learning techniques. It can give more suitable discussion for the user.

problem

When considering the problems in this field we found some of the major things. -imited to testing for differential abundance of microbial taxa between group of sample -They do not allow users to evaluate their predictivity. -the software resulting from these studies is generally not easily modified or transferred to other classification tasks or data types -Some tools have identified these many issues -Specific programming language based -its give poor user experience

solutions

we are suggesting a web application integrated with a machine learning framework and statistical methods.it can help user they can analyze their microbiome data without any machine learning knowledge because our software proving the GUI for doing such things

Team

Links

How to run.

  • step 01- clone repo
git clone https://github.com/cepdnaclk/e17-co328-Host-Pathogen-Interaction.git
  • step 02 - activate virtual environment
    run active file in the software/frontend/script
    A. On Windows(open CMD on script folder)
    activate.bat
    
    B. On linux(open terminal on script folder)
    source activate
    
  • step 03 - install modules
    move to folder Fronted in terminal
    pip install -r requirements.txt
    
  • step 04 - database migrations move to folder Host_Pathogen_Interaction
    python manage.py makemigrations
    python manage.py migrate
    
  • step 05 - run server
    python manage.py runserver
    

About

Building the software for analyzing the microbiome data using machine learning technics. the application provides the GUI for the user they can easily analyze the data without any other programming knowledge developed by @piriyaraj @varnaraj @thanujan @Rilwan292

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published