README.md

PANDA

Build Status

The PANDA R package (Preferential Attachment based common Neighbor Distribution derived Associations) was designed to perform the following tasks: (1) identify significantly functionally associated protein pairs, (2) predict GO and KEGG terms for proteins, (3) make a cluster of proteins based on the significant protein pairs, (4) identify subclusters whose members are enriched in KEGG-pathways.

Installation

The devtools package is used to install R packages hosted on Github. To install PANDA, type the following commands in the R console:

    library(devtools)
    install_github("PANDA", "nickytong")

Usage

# load the package
library(PANDA)

# pull out vignette
vignette('PANDA')



Try the PANDA package in your browser

Any scripts or data that you put into this service are public.

PANDA documentation built on May 2, 2019, 6:53 a.m.