Skip to content

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

License

Notifications You must be signed in to change notification settings

erinhwilson/dna-pytorch-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published