plotBioNetLines: Line Plot on caOmicsV bioNetCircos Layout

Description Usage Arguments Value Author(s) Examples

View source: R/caOmicsV.bioNetCircos.R

Description

Line plot on caOmicsv bioNetCircos layout. This method plots one track of line for every node. bionetCircos layout and graphic device must be initialized first.

Usage

1
2
    plotBioNetLines(dataValues, outer, inner, maxValue=NULL, minValue=NULL, 
            plotColors=rep("black", ncol(dataValues)))

Arguments

dataValues

numeric matrix of plot data

outer

non-negative numeric, the outside boundary of plot area from node center

inner

non-negative numeric, the inside boundary of plot area from node center

maxValue

numeric, the biggest value of plot data

minValue

numeric, the smallest value of plot data

plotColors

character vector or vector of R specification, colours for each sample

Value

None

Author(s)

Henry Zhang

Examples

1
2
3
4
5
6
7
    data(bionetPlotDemoData)
    expr <- bionetPlotDemoData$heatmapData[[1]]
    bioNet <- bc3net(expr)

    initializeBioNetCircos(bioNet, totalSamples=60)
    showBioNetNodesLayout()
    plotBioNetLines(expr, outer=13, inner=2)

caOmicsV documentation built on Nov. 8, 2020, 8:23 p.m.