Learn R Programming

spade (version 1.20.0)

SPADE.installPlugin: Install CytoSPADE Cytoscape plugin

Description

Install, CytoSPADE, the Cytoscape plugin for working with SPADE that is distributed with the SPADE R package. CytSPADE provides a GUI for setting-up SPADE analyses and interactively visualizing the results.

Usage

SPADE.installPlugin(cytoscape_path)

Arguments

cytoscape_path
Path to your Cytoscape install, e.g., on OSX it is typically something like '/Applications/Cytoscape_v2.8.1'

Value

Logical indicating success of the copy operation.

Details

Copies the Cytoscape plugin file distributed with the SPADE R package to the Cytoscape plugin directory.

Examples

Run this code
# On OSX:
# SPADE.installPlugin("/Applications/Cytoscape_v2.8.1/")

Run the code above in your browser using DataLab