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/summarize.R #67

Closed teddyCodex closed 1 month ago

teddyCodex commented 1 month ago

Description

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

Original Modified User Facing
filter_by_doms filterByDomains  ✅
count_bycol countByColumn  ✅
elements2words elements2Words  
find_paralogs findParalogs  ✅
words2wc words2WordCounts  
filter_freq filterByFrequency  ✅
summarize_bylin summarizeByLineage  ✅
summ.DA.byLin summarizeDomArch_ByLineage  ✅
summ.DA summarizeDomArch  ✅
summ.GC.byDALin summarizeGenContext_ByDomArchLineage  ✅
summ.GC.byLin summarizeGenContext_ByLineage  ✅
summ.GC summarizeGenContext  ✅
total_counts totalGenContextOrDomArchCounts

Fixes issue #53

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.

teddyCodex commented 1 month ago

@jananiravi @the-mayer file containing other locations where the functions are called or referenced.

function_occurrences #53.txt