qwwz / dna-pytorch-tutorial

a super basic tutorial on how to create a pytorch models for raw DNA sequences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dna-pytorch-tutorial

A very basic tutorial on how to create a Pytorch model that takes DNA sequences as input.

See tutorial notebook here.

conda env set up example

conda create -n dna python=3
conda install -c anaconda numpy pandas seaborn scikit-learn jupyter
conda install -c conda-forge matplotlib altair
conda install pytorch
conda install -c bioconda logomaker

About

a super basic tutorial on how to create a pytorch models for raw DNA sequences

License:MIT License


Languages

Language:Jupyter Notebook 67.0%Language:HTML 33.0%