Learn R Programming

caOmicsV (version 1.2.0)

eraseBioNetNode: Erase Background of All Nodes on caOmicsV bioNetCircos Layout

Description

Erase all nodes on a caOmicsV bioNetCircos layout except of the edges. Graphic device and igraph object must be initialized first.

Usage

eraseBioNetNode()

Arguments

Value

None

Examples

Run this code
    data(bionetPlotDemoData)
    expr <- bionetPlotDemoData$heatmapData[[1]]
    bioNet <- bc3net(expr)
    initializeBioNetCircos(bioNet)

    showBioNetNodesLayout()
    eraseBioNetNode()

Run the code above in your browser using DataLab