⚠️ **Note: This package is currently under development and incomplete. **
Julia implementation using Flux of DeepSHM model from "Deep learning model of somatic hypermutation reveals importance of sequence context beyond hotspot targeting" Catherine Tang et al 2022.
Julia can be installed with juliaup
curl -fsSL https://install.julialang.org | sh
Run
julia --project=@. -e 'using Pkg; Pkg.instantiate(); include("src/DeepSHM.jl")'