seqgra.learner.dnahelper module

MIT - CSAIL - Gifford Lab - seqgra

Helper class for functions operating on DNA

@author: Konstantin Krismer

class DNAHelper[source]

Bases: object

static check_sequence(seqs: List[str])bool[source]
static convert_dense_to_one_hot_encoding(seq: str)[source]
static convert_one_hot_to_dense_encoding(seq: str)[source]