jerryji1993 / DNABERT

DNABERT: pre-trained Bidirectional Encoder Representations from Transformers model for DNA-language in genome

Home Page:https://doi.org/10.1093/bioinformatics/btab083

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse complement of a sequence

ariannap88 opened this issue · comments

I would need your help for some clarification regarding the embedding computation of DNABert.

Specifically, in the phase of computing the embeddings, DNABert analyzes the sequence in both directions. I was wondering if, in analyzing the sequence from right to left, reverse complement of the sequence is taken into account.

If not, is the reverse complement still taken into account in any way during the creation of the embeddings?

Thanks for your reply.