NDEx JavaScript Client API Reference - v0.6.0-alpha.5
    Preparing search index...

    Interface NDExImportParams

    Parameters for importing NDEx network to Cytoscape

    interface NDExImportParams {
        serverUrl: string;
        uuid: string;
        accessKey?: string;
        createView?: boolean;
        username?: string;
        password?: string;
        idToken?: string;
    }
    Index

    Properties

    serverUrl: string
    uuid: string
    accessKey?: string
    createView?: boolean
    username?: string
    password?: string
    idToken?: string