### Install imcRtools from Bioconductor Source: https://github.com/bodenmillergroup/imcrtools/blob/devel/README.md Installs the stable version of the imcRtools package from Bioconductor. Ensure BiocManager is installed first. ```r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("imcRtools") ``` -------------------------------- ### Install imcRtools Development Version from GitHub Source: https://github.com/bodenmillergroup/imcrtools/blob/devel/README.md Installs the latest development version of the imcRtools package directly from GitHub. Ensure remotes is installed first. ```r if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes") remotes::install_github("BodenmillerGroup/imcRtools") ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.