diff --git a/README.md b/README.md index 0ead9a5..7e29310 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,19 @@ If you use this package please cite: Bersanelli, M., Mosca, E., Remondini, D. et al. Network diffusion-based analysis of high-throughput data for the detection of differentially enriched modules. Sci Rep 6, 34841 (2016). https://doi.org/10.1038/srep34841 + +## Installation +```{r, eval=FALSE} +library(devtools) +install_github("emosca-cnr/dmfind002", build_vignettes = TRUE) +``` + +## Documentation +Please look at the vignette included in the R package: +```{r, eval=FALSE} +library(dmfind) +vignette("dmfind") +``` + # IMPORTANT NOTE We are working on a novel version with additional features. It will be soon released and will substitute this one. If you are interesed please contact us. \ No newline at end of file