Docker container for the iCodon R package that customizes mRNA expression through synonymous codon substitutions.
docker build -t ghcr.io/rasilab/icodon:3.1 .Interactive R session:
docker run -it --rm -v "$PWD:/data" ghcr.io/rasilab/icodon:3.1Run R script:
docker run --rm -v "$PWD:/data" ghcr.io/rasilab/icodon:3.1 Rscript /data/your_script.Rlibrary(iCodon)The iCodon package is optimized for vertebrate transcriptomes including mouse, human, frog, and fish. For more information, see the GitHub repository.