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

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

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

Parent topic: bioconductor-decontam 1.16.0 Porting Guide (Kylin V10)