Learn R Programming

ingres (version 1.0.0)

produceBoolnetNetwork: Convert an ingres network into a BoolNet one

Description

Convert an ingres network into a BoolNet one

Usage

produceBoolnetNetwork(network)

Value

A BoolNet object.

Arguments

network

The network to be converted, created by produceNetworkForCluster() or produceNetworkForCell()

Examples

Run this code
# Create an ingres object with viper slot
ing = createIngresObjectFromSeurat(
  small_blca_wang, "RNA", "data", network_genes, network
)
ing@viper = viper_results

# Compute PBNs by cluster
ing = computePbnByCluster(ing)

# Produce a network for an arbitrary cluster
network = produceNetworkForCluster(ing, "1")

produceBoolnetNetwork(network)

Run the code above in your browser using DataLab