Description Details Author(s) References Examples
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.
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.
Lichy Han
Maintainer: Lichy Han <lhan2@stanford.edu>
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.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.