birewire.build.dsg: Transform a dsg object in a SIF file.

Description Usage Arguments Details Value Examples

View source: R/BiRewire.R

Description

The routine transforms the initial dsg (two bipartite graphs) into SIF dsg format.

Usage

1
birewire.build.dsg(dsg,delimitators=list(negative='-',positive='+'))

Arguments

dsg

The dsg to be converted;

delimitators

list(negative='-',positive='+') (default):a list with 'positive' and 'negative' names identifying the character encoding the relation;

Details

This fuction converts the dsg object into a SIF format that can be saved using birewire.write.dsg, an internal function, using the given delimitators for encoding the relations. It is the inverse function of birewire.induced.bipartite.

Value

A dsg in SIF format.

Examples

1
2
3
4

BiRewire documentation built on Nov. 8, 2020, 8:09 p.m.