enformer-pytorch
enformer-pytorch copied to clipboard
Implementation of Enformer, Deepmind's attention network for predicting gene expression, in Pytorch
Results
12
enformer-pytorch issues
Sort by
recently updated
recently updated
newest added
Hi, I am interested in how to modify this code to get the DNA slice information of each gene/peak. ``` import torch import polars as pl from enformer_pytorch import Enformer,...
The input sequence length of 196,608 bp is given as the input sequence to the network. Out of which the embeddings are extracted for the middle 114,688 bp region mapped...