Releases: lucidrains/enformer-pytorch
Releases · lucidrains/enformer-pytorch
0.2.4
support .bed files having different chromosome names than the keys in…
0.2.3
assume columns 0, 1, 2 are chromosome, start, end index
0.2.2
take care of shift augmentation within dataset class
0.2.1
able to return nucleotide indices from dataset
0.2.0
add GenomicIntervalDataset, for easy data fetching from .bed and .fas…
0.1.29
accept list of string representations of genetic sequence
0.1.28
prep for accepting sequence in string form, with period "." as padding
0.1.27
prep for accepting sequence in string form, with period "." as padding
0.1.26
add util function for converting genetic sequence string rep to one hot
0.1.25
fix handling of N in genetic sequence