diegozea / MIToS.jl

A Julia package to analyze protein sequences, structures, and evolutionary information
https://diegozea.github.io/MIToS.jl/stable/
Other
75 stars 18 forks source link

Improve API for Julia 1.0.2 using keyword arguments #47

Closed diegozea closed 4 months ago

diegozea commented 5 years ago
diegozea commented 4 months ago

MIToS v2.20.0 has deprecated the @residues macro and the residues function in favor of select_residues that use keyword arguments.

diegozea commented 4 months ago

MIToS v.2.22.0 makes easy the API of the functions defined in the Information module by using keyword arguments and sensible defaults. In particular, it now defines the mapfreq function and uses it to define information measures, such as shannon_entropy, mutual_information, on multiple sequence alignments.