Thanks to visit codestin.com
Credit goes to github.com

Skip to content

akhilmohan4487/QMLOmics

 
 

Repository files navigation

Quantum-enabled multi-omics analysis

QMLOmics

Schedule

Schedule

Prerequisites

To start with the tutorial and use the notebooks you will need to create an environment

  1. Create the environment from the req.txt file:
conda create -n "QML" 
pip install -r req.txt
  • Note: if you receive the error bash: conda: command not found..., you need to install Anaconda to your development environment (see "Additional resources" below)
  1. Activate the new environment:
conda activate QML
  1. Verify that the new environment was installed correctly:
conda env list

About

Tutorial for Quantum Machine Learning application in single-cell multi-omics data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.3%
  • Jupyter Notebook 27.6%
  • Other 0.1%