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/pre-msa-tree.R and R/reverse_operons.R #86

Closed teddyCodex closed 1 month ago

teddyCodex commented 1 month ago

Description

Refactored specified function names in R/pre-msa-tree.R and R/reverse_operons.R based on issue #7

R/pre-msa-tree.R Original Modified User Facing
RepresentativeAccNums createRepresentativeAccNum
write.MsaAAMultipleAlignment writeMSA_AA2FA
get_accnums_from_fasta_file getAccNumFromFA
R/reverse_operons.R Original Modified User Facing
reveql straightenOperonSeq
reverse_operon reverseOperonSeq

Fixes issue #52

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.