Description Usage Arguments Details Value See Also Examples
Remove all interfering NDEx artefacts from RCX object
1 | rcx_asNewNetwork(rcx)
|
rcx |
RCX object |
After a RCX object is downloaded from an NDEx server, it will contain some aspects that are not present in a newly generated network, i.e. ndexStatus', provenanceHistory' and 'status'. Removing those aspects might be useful in some cases.
RCX
object
1 2 3 4 5 6 7 8 9 | ## Create an RCX object
rcx = rcx_new(c('@id'=1, n='Some Name', r='HGNC:Symbol'))
## Remove NDEx artefacts
rcx = rcx_asNewNetwork(rcx)
## Not run:
rcxjson = rcx_toJSON(rcx)
ndex_create_network(ndexcon, rcxjson)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.