-
Notifications
You must be signed in to change notification settings - Fork 3
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 😉