Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

diffusr

Project Status Build Status AppVeyor Build Status codecov CRAN Downloads

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. Network diffusion algorithms generally spread information, e.g. encoded as node weights, along the edges of a graph to other nodes. These weights can for example be interpreted as temperature, an initial amount of water, the activation of neurons in the brain, or the location of a random surfer in the internet. The information (node weights) is iteratively propagated to other nodes until a equilibrium state or stop criterion occurs.

Installation

Install diffusr using:

install.packages("diffusr")

Alternatively use the latest version from github:

devtools::install_github("dirmeier/diffusr")

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

You can’t perform that action at this time.