Skip to content

andrewgull/music_of_genes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music of genes

encode DNA sequences into notes (a very early attempt)

Description

the first approach is simple: every nucleotide corresponds to one note.

A - A (la)

G - G (sol)

C - C (do)

T - there is no note called T, so it will be E (mi) because A+C+G+E make up Am7 chord.

That's the basic principle, everything else can vary

Requirements:

gm for music representation

Biostrings for parsing DNA sequences

purrr for functional programming

About

encode DNA sequences into notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages