msarc.plotCircle: Draw 'msarc' Diagram without GO categories

Description Usage Arguments Details Value Author(s) Examples

View source: R/plotter.R

Description

Given an msarc object, draw the corresponding SVG-formatted circle diagram, without GO categories.

Usage

1
msarc.plotCircle(msarc, file = "nocat.svg", col = c(0,255,0))

Arguments

msarc

an msarc object to draw.

file

a filename to write the diagram to. Will overwrite existing files without warning.

col

a 3-element list of RGB values (0-255).

Details

The main purpose of this function is simply to draw the diagram, without GO categories.

Value

Returns the msarc object.

Author(s)

Gord Brown

Examples

1
2
data('sample_complete',package="msarc")
## Not run: msarc.plotCircle(sample_complete,file="thing.svg")

msarc documentation built on May 30, 2017, 12:53 a.m.