Description Usage Arguments Value Note Author(s) Examples
If two or more msarc diagrams are presented, it may be helpful if GO
categories that occur in multiple diagrams are the same color. This
functions allow the copying of the color palette from one msarc object to
another, so that when the second is plotted, it will resemble the first.
1 | msarc.copyColors(target,source)
|
target |
an |
source |
an |
the modified target msarc object.
msarc.copyColors can only be applied
to source msarc objects for which msarc.plotSVG has already been
run.
Gord Brown
1 2 3 | data(sample_initial,package="msarc")
data(sample_complete,package="msarc")
sample_initial <- msarc.copyColors(sample_initial,sample_complete)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.