| printNet {ProCoNA} | R Documentation |
Prints general information about the network object.
printNet(object)
object |
The procona network object. |
None.
David L Gibbs
## Not run:
data(ProCoNA_Data)
net1 <- buildProconaNetwork("peptide network", peptideData)
printNet(net1)
## End(Not run)