{"id":29224699,"url":"https://github.com/sing-group/dreimt-frontend","last_synced_at":"2025-08-30T02:05:15.033Z","repository":{"id":43111352,"uuid":"268739687","full_name":"sing-group/dreimt-frontend","owner":"sing-group","description":"An Angular 9 frontend for the DREIMT application","archived":false,"fork":false,"pushed_at":"2022-06-03T03:01:44.000Z","size":31818,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-30T00:40:56.849Z","etag":null,"topics":["drug-repositioning","immune-system","transcriptomics"],"latest_commit_sha":null,"homepage":"http://www.dreimt.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sing-group.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}},"created_at":"2020-06-02T08:07:42.000Z","updated_at":"2021-01-12T07:18:36.000Z","dependencies_parsed_at":"2022-09-07T19:51:41.041Z","dependency_job_id":null,"html_url":"https://github.com/sing-group/dreimt-frontend","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/sing-group/dreimt-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdreimt-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdreimt-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdreimt-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdreimt-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sing-group","download_url":"https://codeload.github.com/sing-group/dreimt-frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sing-group%2Fdreimt-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272793018,"owners_count":24993830,"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-08-30T02:00:09.474Z","response_time":77,"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":["drug-repositioning","immune-system","transcriptomics"],"created_at":"2025-07-03T06:07:34.317Z","updated_at":"2025-08-30T02:05:15.003Z","avatar_url":"https://github.com/sing-group.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DREIMT [![license](https://img.shields.io/github/license/sing-group/dreimt-frontend)](https://github.com/sing-group/dreimt-frontend) [![release](https://img.shields.io/github/release/sing-group/dreimt-frontend.svg)](https://github.com/sing-group/dreimt-frontend/releases)\n\n\u003e DREIMT - A tool for immune modulation drug prioritization (http://www.dreimt.org)\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"src/assets/images/dreimt-logo.png\" alt=\"DREIMT logo\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n**DREIMT** is a bioinformatics tool for hypothesis generation and prioritization of drugs capable of modulating immune cell activity from transcriptomics data.\n\nDREIMT integrates 4,694 drug profiles from The Library of Network-Based Cellular Signatures (LINCS) L1000 data set and 2,687 manually curated immune gene expression signatures from multiple resources to generate a drug-immune signature association database.\n\nDREIMT can also prioritize drug associations from user-provided immune signatures. \n\n\n## Development\n\n### Local development server\n\nRun `npm start` for a local dev server. This configuration will use the `environment.ts` configuration file.\n\nA browser will be automatically opened for the URL `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n### Remote development server\n\nRun `npm run start-development` for a remote dev server. This configuration will use the `environment.development.ts` configuration file.\n\nA browser will be automatically opened for the URL `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n### Production server\n\nRun `npm run start-production` for a remote production server (the one used by [DREIMT](http://dreimt.org)). This configuration will use the `environment.prod.ts` configuration file.\n\nA browser will be automatically opened for the URL `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n### Code scaffolding\n\nRun `npm run ng -- generate component component-name` to generate a new component. You can also use `npm run ng -- generate directive|pipe|service|class|guard|interface|enum|module`.\n\n### Build\n\nRun `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n### Production build\n\nRun `npm run dist` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n### Running unit tests\n\nRun `npm test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n### Running end-to-end tests\n\nRun `npm run e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). Before running the tests make sure you are serving the app via `ng serve`.\n\n### Other Angular commands\nIn order to run other `ng` commands you can run `npm run ng -- \u003cparameters\u003e`.\n\n### Further help\n\nTo get more help on the Angular CLI use `npm run ng -- help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsing-group%2Fdreimt-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsing-group%2Fdreimt-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsing-group%2Fdreimt-frontend/lists"}