Skip to content

A simple Python function to one-hot encode DNA sequences for machine learning applications. Ideal for preprocessing input data in genomics, bioinformatics, or deep learning workflows

Notifications You must be signed in to change notification settings

angai4/dna-one-hot-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DNA One-Hot Encoder

A simple Python function to one-hot encode DNA sequences for use in machine learning and bioinformatics.

Example

from encoder import one_hot_encode

one_hot = one_hot_encode("ACGTN")
print(one_hot)

About

A simple Python function to one-hot encode DNA sequences for machine learning applications. Ideal for preprocessing input data in genomics, bioinformatics, or deep learning workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages