Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.62 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.62 KB

DOI CRAN_Status_Badge Downloads Total Downloads :name status badge :registry status badge :total status badge Vicus status badge GitHub Actions

Vicus

R package for graph embedding by Vicus method

Installation

======

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")

References

======

  • Wang B, et al., Vicus: Exploiting local structures to improve network-based analysis of biological data. PLOS Computational Biology. 13(10), e1005621, 2017

Contributing

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.

Authors

  • Koki Tsuyuzaki