uc-bd2k / paslincs

pasLINCS R package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paslincs R package

About

The package implements the pathway activity signatures from LINCS data (pasLINCS) methodology for analysis of signaling pathways targeted by a perturbation. The paper describing the methodology can found here. The package is distributed under MIT open source license (see LICENSE file). The example code for using the package is provided in the Workflow_pasLINCS_UseCase.Rmd RStudio notebook. The knitted result of the notebook can be viewed here.

Installation

Step 0. Install "devtools" package. (Skip this step if "devtools" is already installed.)

install.packages("devtools")

Step 1. Install "paslincs" package.

library(devtools)
install_github("uc-bd2k/paslincs")

Using paslincs package

Please refer to the Workflow_pasLINCS_UseCase.Rmd RStudio notebook.

About

pasLINCS R package

License:MIT License


Languages

Language:HTML 99.0%Language:R 1.0%