Skip to content

CogDisResLab/BioPathNet

BioPathNet

GitHub issues GitHub forks GitHub stars R build status codecov

GitHub release (latest SemVer including pre-releases) GitHub release (latest SemVer) GitHub license

GitHub language count GitHub top language Lines of code GitHub code size in bytes GitHub repo size

The goal of BioPathNet is to …

Installation

You can install the released version of BioPathNet from CRAN with:

install.packages("BioPathNet")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("AliSajid/BioPathNet")

Example

This is a basic example which shows you how to solve a common problem:

library(BioPathNet)
## basic example code