Bioinformatics/Sequence mutation: Difference between revisions

Content added Content deleted
Line 927:
instance IsChar DNABase where
toChar = head . show
fromChar c = read [c]. pure
 
chunkedDNASequence :: DNASequence -> [(Int, [DNABase])]