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/cleanup.R #61

Closed teddyCodex closed 1 month ago

teddyCodex commented 1 month ago

Description

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

Original Modified User Facing
clean_string cleanString
string2accnum extractAccNum
make_accnums_unique ensureUniqAccNum
cleanup_fasta_header cleanFAHeaders
remove_empty removeEmptyRows
repeat2s condenseRepeatedDomains
replaceQMs replaceQuestionMarks
remove_astrk removeAsterisks
remove_tails removeTails
cleanup_species cleanSpecies
cleanup_clust cleanClusters
cleanup_domarch cleanDomainArchitecture
cleanup_gencontext cleanGenomicContext
cleanup_GeneDesc cleanGeneDescription
pick_longer_duplicate selectLongestDuplicate
cleanup_lineage cleanLineage

Fixes issue #38

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 occurrences of the functions.

function_occurrences #38.txt

the-mayer commented 1 month ago

Resolved NAMESPACE conflict, updated cleanString() refs. Merging!