PROPS-package: PRObabilistic Pathway Score (PROPS)

Description Details Author(s) References Examples

Description

This package calculates probabilistic pathway scores using gene expression data. Gene expression values are aggregated into pathway-based scores using Bayesian network representations of biological pathways.

Details

The DESCRIPTION file: This package was not yet installed at build time.

Index: This package was not yet installed at build time.
Calculates PRObabilistic Pathway Scores (PROPS), which are pathway-based features, from gene-based data.

Author(s)

Lichy Han

Maintainer: Lichy Han <lhan2@stanford.edu>

References

Lichy Han, Mateusz Maciejewski, Christoph Brockel, William Gordon, Scott B. Snapper, Joshua R. Korzenik, Lovisa Afzelius, Russ B. Altman. A PRObabilistic Pathway Score (PROPS) for Classification with Applications to Inflammatory Bowel Disease.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#Load in randomly generated example data
#Each row is a sample
#Each column is a gene, named with Entrez Gene ID
data(example_healthy)
data(example_data)

#Run PROPS with default KEGG pathway edges
props_features <- props(example_healthy, example_data)

#Run PROPS with user input edges
data(example_edges)
props_features2 <- props(example_healthy, example_data, example_edges)

lhan22/PROPS documentation built on May 10, 2019, 1:17 p.m.