Skip to content

Install plotVCF

Enrico Cocchi edited this page Dec 7, 2022 · 3 revisions

Once you ensured you have devtools and BiocManager installed (Installation Dependencies), installing plotVCF is pretty easy, it only takes a single-line of R code:

remotes::install_github(
    "cccnrc/plot-VCF",
    repos = BiocManager::repositories()
)

The rest of plotVCF dependencies will be automatically installed with plotVCF: that is why installation will probably take a while. But don;t worry to much, you need to perform it only once 😉

Clone this wiki locally