print.RCX {ndexr}R Documentation

Print a RCX object

Description

Print a RCX object

Usage

## S3 method for class 'RCX'
print(x, ...)

Arguments

x

RCX object; stores the CX data as a named list of data.frames containing metaData and all aspects of the network.

...

further arguments passed to or from other methods.

Value

Just prints the RCX object

See Also

rcx_fromJSON and rcx_new

Examples

rcx = rcx_new(data.frame('@id'=c(1,2,3),n=c('Some Name','And another name',NA), 
                         r=c('HGNC:Symbol',NA,'UniProt:C3P0'), check.names=FALSE))
print(rcx)

[Package ndexr version 1.6.0 Index]