Introduction
MultiFactor
and LinkMap
are a pair of S7 classes to organize and manage multiple sets of factors, for instance when tracing or converting feature IDs across databases. Methods for MultiFactor
aim to follow factor
behaviour.
Installation instructions
Get the latest stable R
release from CRAN. Then install MultiFactor
from GitHub with remotes
:
install.packages("remotes")
remotes::install_github("minotau-R/MultiFactor")