print.RCX {ndexr} | R Documentation |
Print a RCX object
## S3 method for class 'RCX' print(x, ...)
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. |
Just prints the RCX object
rcx_fromJSON
and rcx_new
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)