knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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


CogDisResLab/BioPathNet documentation built on June 29, 2023, 2:28 p.m.