https://github.com/cogdisreslab/biopathnet
https://github.com/cogdisreslab/biopathnet
bioinformatics bioinformatics-pipeline ilincs r transcriptomics
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cogdisreslab/biopathnet
- Owner: CogDisResLab
- License: gpl-3.0
- Created: 2020-09-21T21:31:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-04T15:32:31.000Z (3 months ago)
- Last Synced: 2025-11-04T17:20:04.550Z (3 months ago)
- Topics: bioinformatics, bioinformatics-pipeline, ilincs, r, transcriptomics
- Language: R
- Size: 40.2 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# BioPathNet
[](https://github.com/AliSajid/BioPathNet/issues)
[](https://github.com/AliSajid/BioPathNet/network)
[](https://github.com/AliSajid/BioPathNet/stargazers)
[](https://github.com/AliSajid/BioPathNet/actions)
[]()


[](https://github.com/AliSajid/BioPathNet/blob/main/LICENSE)





The goal of BioPathNet is to ...
## Installation
You can install the released version of BioPathNet from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("BioPathNet")
```
And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("AliSajid/BioPathNet")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(BioPathNet)
## basic example code
```