/dna-pytorch-tutorial

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

Primary LanguageJupyter NotebookMIT LicenseMIT

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