JRaviLab / MolEvolvR

An R Package for characterizing proteins using molecular evolution and phylogeny
https://jravilab.github.io/MolEvolvR/
Other
6 stars 16 forks source link

Refactored function names in R/plotme.R #68

Closed teddyCodex closed 1 month ago

teddyCodex commented 1 month ago

Description

Refactored specified function names in R/plotme.R based on issue #7

Original Modified User Facing
count_to_sunburst plotSunburst
count_to_treemap plotTreemap
create_all_col_params prepareColumnParams
create_one_col_params prepareSingleColumnParams
assert_count_df validateCountDF
all_non_n_cols_to_char .all_non_n_cols_to_char

Fixes issue #50

What kind of change(s) are included?

Checklist

Please ensure that all boxes are checked before indicating that this pull request is ready for review.