You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Tools for making VIVO visualizations with R

TypeVisualization
StatusAVAILABLE
OwnerMike Conlon
LanguageR
Team 
Location 
LicenseMIT

Goals

Description

R provides a rich environment for data processing, visualization and analysis. Along with the R XML package for reading XML (VIVO RDF Schema is a flavor of XML) and statnet, a library for network visualization and analysis, a strong environment for development of VIVO applications can be assembled.

Features

Documentation

You can download R for Windows, Linux or Mac from http://www.r-project.org. Once R is installed, you can execute the R commands below to install the XML package and the statnet package.

 

install.packages("XML", repos="http://www.stats.ox.ac.uk/pub/RWin")
library(XML)
install.packages("statnet")
library(statnet)

 

Notes

  • No labels