Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Start the R parser.
R
If R Version 4.2.0 is displayed in the command output, the R parser is started successfully.

- Install BiocManager.
install.packages("BiocManager")If DONE (BiocManager) is displayed in the command output, the installation is successful.

- Install multiHiCcompare.
BiocManager::install("multiHiCcompare")If DONE (multiHiCcompare) is displayed in the command output, the installation is successful.
