An enrichment workflow to get rid of redundant mutations
You can install the latest released version of gRoR
from Github with:
install.packages("devtools")
devtools::install_github("narodkebabci/gRoR")
gRoR
has three objectives:
- Construction of class/duplet labels (achieved via
class_formation()
andduplet_formation()
) - Compilation of mutation subsets via enrichment method (achieved via
class_reduction()
andduplet_reduction()
) - Generation of mutation subsets by undersampling from specified r kcal/mol range (achieved via
ranged_class_reduction()
andranged_duplet_reduction()
)
Note that gRoR
has dependencies, please read DESCRIPTION before using it.