{"id":20930718,"url":"https://github.com/intermine/cytoscape-graph-displayer","last_synced_at":"2025-09-13T06:47:29.211Z","repository":{"id":136990284,"uuid":"186434289","full_name":"intermine/cytoscape-graph-displayer","owner":"intermine","description":"This application accepts cytoscape.js json markup and displays graphs.. ","archived":false,"fork":false,"pushed_at":"2019-05-24T13:12:32.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-04T21:55:24.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intermine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-13T14:18:23.000Z","updated_at":"2019-05-24T13:12:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"2170d0af-fbda-4793-8b5b-cfd2fec80139","html_url":"https://github.com/intermine/cytoscape-graph-displayer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/intermine/cytoscape-graph-displayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2Fcytoscape-graph-displayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2Fcytoscape-graph-displayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2Fcytoscape-graph-displayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2Fcytoscape-graph-displayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intermine","download_url":"https://codeload.github.com/intermine/cytoscape-graph-displayer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2Fcytoscape-graph-displayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274930293,"owners_count":25375712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T21:35:54.386Z","updated_at":"2025-09-13T06:47:29.163Z","avatar_url":"https://github.com/intermine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cytoscape-graph-displayer\nThis application accepts cytoscape.js json markup and displays graphs. Designed to help visualise files generated by @nupurgunwant\n\nDemo at http://www.intermine.org/cytoscape-graph-displayer\n\n## Python version\nPython 3.2  and all the higher versions suggested\n\n## Dependencies\nNo dependency needed\n\n## Getting started\n\n1. After cloning/downloading, open the directory\n2. Open the graph_scripts folder\n3. Run the python file according to your need\n\nTo make a graph to check the number of interMines(provided by user) each class covers:\n```\n  import many_intm\n  many_intm.find_classes(\"flymine\", \"humanmine\",\"mousemine\",\"ratmine\")\n  \u003cadd other interMines according to your need\u003e\n```\nTo make a graph to check if the classes of the given interMine are present in a given template or not:\n```\n  import one_intm_one_temp\n  one_intm_one_temp.check_classes('flymine','Gene_RegionLocation')\n  \u003cadd other interMine/template according to your need\u003e\n```\nTo make a graph to check the number of templates(provided by user) each class covers in a given interMine:\n```\n  import one_intm_many_temp as o\n  o.check_classes('flymine','Gene_RegionLocation','GOterm_GenesInsertions','AlleleClass_Allele')\n  \u003cadd other interMine/templates according to your need\u003e\n```\nTo make a graph to check the number of data items in each class for a given interMine:\n```\n  import one_intm_data as o\n  o.find_classes('flymine')\n  \u003cadd other interMine according to your need\u003e\n```\n\n## Tech notes\nAll js/html/css assets in this folder can be served on a static server, such as apache or gh-pages. Cytoscape and jQuery are loaded via CDN, so no installation is required.  \n\nEntry points for a developer are the index.html file and script.js for interactive functionality.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintermine%2Fcytoscape-graph-displayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintermine%2Fcytoscape-graph-displayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintermine%2Fcytoscape-graph-displayer/lists"}