mapSetKegg: Create KEGG map from object

Description Usage Arguments Value Author(s) Examples

View source: R/mapSetKegg.R

Description

Create KEGG map from object

Usage

1
mapSetKegg(obj,outfile=NULL, cols=NULL,sizes=4,mixcol="grey70",ftsize=16,conv2pdf=FALSE)

Arguments

obj

metaboSet object

outfile

File to save

cols

Colors used for each method in the object

sizes

Relative size for each node

mixcol

If null, mixing colors is done for entries in several methods

ftsize

Size of the label

conv2pdf

Convert SVG to PDF with Inkscape: command line

Value

SVG text

Author(s)

David Enot david.enot@gustaveroussy.fr

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
(testfiles=list.files(system.file( package = "GRMeta"),pattern = "txt$",full.names = TRUE))
lcdata=loadAgilentData(ifile =testfiles[1],params = list(AssayName="lc"))
gcdata1=loadAgilentData(ifile =testfiles[2],params = list(AssayName="gc"))

finaldata=mergeSet(lcdata,gcdata1)
mapSetKegg(finaldata,outfile="myKegg.svg")


## End(Not run)

kroemerlab/GRMeta documentation built on March 25, 2020, 11:32 a.m.