A very basic tutorial on how to create a Pytorch model that takes DNA sequences as input.
See tutorial notebook here.
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