R package for graph embedding by Vicus method
======
git clone https://github.com/rikenbit/Vicus/
R CMD INSTALL Vicus
or type the code below in the R console window
library(devtools)
devtools::install_github("rikenbit/Vicus")
======
- Wang B, et al., Vicus: Exploiting local structures to improve network-based analysis of biological data. PLOS Computational Biology. 13(10), e1005621, 2017
If you have suggestions for how Vicus
could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
- Koki Tsuyuzaki