printNet: printNet

Description Usage Arguments Value Author(s) Examples

View source: R/conv.R

Description

Prints general information about the network object.

Usage

1
printNet(object)

Arguments

object

The procona network object.

Value

None.

Author(s)

David L Gibbs

Examples

1
2
3
4
5
6
## Not run: 
data(ProCoNA_Data)
net1 <- buildProconaNetwork("peptide network", peptideData)
printNet(net1)

## End(Not run)

ProCoNA documentation built on Nov. 1, 2018, 3:28 a.m.