Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.26 KB

diffusr

Build Status codecov CRAN

Network diffusion algorithms in R.

Introduction

diffusr implements several algorithms for network diffusion such as Markov random walks with restarts and weighted neighbor classification. Network diffusion has been studied extensively in bioinformatics, e.g. in the field of cancer gene prioritization. To my knowledge only few packages implement all of the diffusion algorithms. In the first version of diffusr I implemented the two methods above, several others will follow in future patches.

Installation

Install diffusr using:

devtools::install_github("dirmeier/diffusr") 

from the R-console.

Usage

Load the package using library(diffusr). We provide a vignette for the package that can be called using: vignette("diffusr"). Basically that is all you have to know.

Author