View source: R/netwokHelpers.R
produceBoolnetNetwork | R Documentation |
Convert an ingres network into a BoolNet one
produceBoolnetNetwork(network)
network |
The network to be converted, created
by |
A BoolNet object.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.