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 msa.R | networks_domarch.R | networks_gencontext.R #101

Closed teddyCodex closed 1 month ago

teddyCodex commented 1 month ago

Description

Refactored specified function names in multiple files based on issue #7

R/msa.R Original Modified User Facing
msa_pdf createMSA_PDF
generate_msa createMSA_Kalign
R/networks_domarch.R Original Modified User Facing
domain_network createDomainNetwork
BinaryDomainNetwork createBinaryDomainNetwork
R/networks_gencontext.R Original Modified User Facing
gc_undirected_network createUndirectedDomainNetwork
GenContextNetwork createGenomicContextNetwork

Fixes issue #49

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.