Skip to content

funnell/reactomefi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactome-FI

Build Status

R Reactome FI Cytoscape plugin wrapper. This package currently implements a limited interface to ReactomeFI functionality including network construction, network clustering, and Pathway/GO term enrichment. It also implements some network plotting capabilities using either sna/ggplot2 or RCytoscape.

Dependencies

  • plyr
  • ggplot2
  • sna
  • RCurl
  • XML

Installation

The easiest way to install reactomefi is through devtools:

devtools::install_github("funnell/reactomefi")

Get Started:

network <- ReactomeFINetwork("2012", genes)
annotate(network, "Pathway")
plot(network)
network <- ReactomeFINetwork("2012", genes, cluster=TRUE)
annotateModules(network, "Pathway")
plot(network)

About

R Reactome FI Cytoscape plugin wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages