print.RCX: Print a RCX object

Description Usage Arguments Value See Also Examples

View source: R/ndex_RCX.r

Description

Print a RCX object

Usage

1
2
## 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

1
2
3
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)

ndexr documentation built on March 13, 2021, 2 a.m.