listToRCode             Translates a nested list (as provided by a yaml
                        file) into R code defining the lists
ndex_conf_header        Default header for the ndex_api_config.r file
ndex_config             NDEx server api configuration
ndex_connect            Connect to NDEx REST API
ndex_create_group       Create Group
ndex_create_network     Create a Network at a server from RCX data
ndex_create_user        Create a user
ndex_delete_group       Delete Group
ndex_delete_network     Delete a network
ndex_delete_user        Delete User
ndex_find_groups        Search groups in NDEx
ndex_find_networks      Search networks in NDEx (by description)
ndex_find_user_byId     Get User By UUID
ndex_find_user_byName   Get User By Name
ndex_find_users         Search user in NDEx
ndex_get_group          Get a Group
ndex_get_network        Get complete network
ndex_group_delete_membership
                        Remove a Group Member
ndex_group_list_networks
                        Get Network Permissions of a Group
ndex_group_list_users   Get Members of a Group
ndex_group_network_get_permission
                        Get Group Permission for a Specific Network
ndex_group_set_membership
                        Add or Update a Group Member
ndex_helper_encodeParams
                        Adds Parameters to an url
ndex_helper_getApi      Get the Api configuration for a function
ndex_helper_httpResponseHandler
                        Handles the http server response
ndex_internal_addAspects
                        ndex_internal_addAspects
ndex_network_aspect_get_metadata
                        Get the Metadata Associated with a Network UUID
ndex_network_delete_permission
                        Delete Network Permission
ndex_network_get_aspect
                        Get a Network Aspect As CX
ndex_network_get_metadata
                        Get Network CX Metadata Collection
ndex_network_get_permission
                        Get All Permissions on a Network
ndex_network_get_provenance
                        Get Network Provenance
ndex_network_get_summary
                        Get NetworkSummary by Network UUID
ndex_network_set_systemProperties
                        Set Network System Properties
ndex_network_update_aspect
                        Update an Aspect of a Network
ndex_network_update_permission
                        Update Network Permission
ndex_network_update_profile
                        Update Network Profile
ndex_rest_DELETE        Generic DELETE query to API.
ndex_rest_GET           Generic GET query to API.
ndex_rest_POST          Generic POST query to API
ndex_rest_PUT           Generic PUT query to API
ndex_update_group       Update Group
ndex_update_network     Update an Entire Network as CX
ndex_update_user        Update User
ndex_user_change_password
                        Change Password
ndex_user_forgot_password
                        Forgot Password
ndex_user_get_networksummary
                        Get User's Account Page Networks
ndex_user_get_showcase
                        Get User's Showcase Networks
ndex_user_list_groups   Get User's Group Memberships
ndex_user_list_permissions
                        Get User's Network Permissions
ndex_user_mail_password
                        Email New Password
ndex_user_show_group    Get User's Membership in Group
ndex_user_show_permission
                        Get User's Permission for Network
ndex_verify_user        Verify a User
ndexr-package           NDEx R client library
ngraph_fromRCX          Create ngraph object from RCX object
ngraph_toRCX            Create RCX object from ngraph object
print.NDExConnection    Print a NDExConnection object
print.RCX               Print a RCX object
rcx_asNewNetwork        Remove all interfering NDEx artefacts from RCX
                        object
rcx_aspect_toJSON       Generate JSON data for a single aspect of a RCX
                        object
rcx_fromJSON            Create RCX object from JSON data
rcx_new                 Create a blank rcx object
rcx_toJSON              Generate JSON data from RCX object
rcx_toNGraph            Create ngraph object from RCX object
rcx_updateMetaData      Updating the meta-data of an RCX object
