Learn R Programming

msarc (version 1.4.3)

msarc.plotCircle: Draw msarc Diagram without GO categories

Description

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

Usage

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).

Value

  • Returns the msarc object.

Details

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

Examples

Run this code
data('sample_complete',package="msarc")
msarc.plotCircle(sample_complete,file="thing.svg")

Run the code above in your browser using DataLab