kymata-atlas / kymata-core

Core Kymata codebase, including statistical analysis and plotting tools
https://kymata.org
MIT License
5 stars 0 forks source link

Option to rename functions in an ExpressionSet #250

Closed caiw closed 4 months ago

caiw commented 4 months ago

Adds a .rename(functions: dict) method to the ExpressionSet base class. It renames functions in-place using a dictionary which maps old function names to new function names.

Fixes #249