bdi-kit


Namebdi-kit JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/VIDA-NYU/bdi-kit
Summarybdi-kit library
upload_time2024-05-22 00:16:44
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseApache-2.0
keywords askem data integration nyu
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI version](https://badge.fury.io/py/bdi-kit.svg)](https://pypi.org/project/bdi-kit)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# bdi-kit 
This project aims to assist users in performing data integration on biomedical data. It provides tools to streamline the process of integrating disparate biomedical datasets.


## Installation

You can install the latest stable version of this library from [PyPI](https://pypi.org/project/bdi-kit/):

```
pip install bdi-kit
```

To install the latest development version:

```
pip install git+https://github.com/VIDA-NYU/bdi-kit@devel
```

Download the pre-trained model for mapping recommendations from [here](https://drive.google.com/file/d/1YdCTd-kUMjDJaltQwXN4X9ezTCsfjyft/view) (we show how to use it in our examples).


## Documentation
See our examples [here](https://github.com/VIDA-NYU/bdi-kit/tree/devel/examples).


## Folder Structure

- **/data_ingestion**:
  - Contains scripts and tools for ingesting data into the system.

- **/mapping_algorithms**:
  - Algorithms and utilities for schema and value mapping.

- **/mapping_recommendation**:
  - Interacts with mapping_algorithms and users to suggest mappings for data integration. The output is a mapping plan.

- **/transformation**:
  - Transforms the data given a mapping plan.

- **/visualization**:
  - Visualizations to aid in the mapping recommendation process.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/VIDA-NYU/bdi-kit",
    "name": "bdi-kit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "askem, data integration, nyu",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f5/1d/6ec790fb487e9a3fa2c03960b667f0e669affd4a39f0728dd5de93f06c93/bdi-kit-0.1.0.tar.gz",
    "platform": null,
    "description": "[![PyPI version](https://badge.fury.io/py/bdi-kit.svg)](https://pypi.org/project/bdi-kit)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n# bdi-kit \nThis project aims to assist users in performing data integration on biomedical data. It provides tools to streamline the process of integrating disparate biomedical datasets.\n\n\n## Installation\n\nYou can install the latest stable version of this library from [PyPI](https://pypi.org/project/bdi-kit/):\n\n```\npip install bdi-kit\n```\n\nTo install the latest development version:\n\n```\npip install git+https://github.com/VIDA-NYU/bdi-kit@devel\n```\n\nDownload the pre-trained model for mapping recommendations from [here](https://drive.google.com/file/d/1YdCTd-kUMjDJaltQwXN4X9ezTCsfjyft/view) (we show how to use it in our examples).\n\n\n## Documentation\nSee our examples [here](https://github.com/VIDA-NYU/bdi-kit/tree/devel/examples).\n\n\n## Folder Structure\n\n- **/data_ingestion**:\n  - Contains scripts and tools for ingesting data into the system.\n\n- **/mapping_algorithms**:\n  - Algorithms and utilities for schema and value mapping.\n\n- **/mapping_recommendation**:\n  - Interacts with mapping_algorithms and users to suggest mappings for data integration. The output is a mapping plan.\n\n- **/transformation**:\n  - Transforms the data given a mapping plan.\n\n- **/visualization**:\n  - Visualizations to aid in the mapping recommendation process.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "bdi-kit library",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/VIDA-NYU/bdi-kit"
    },
    "split_keywords": [
        "askem",
        " data integration",
        " nyu"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52e843a80d0002ea8bbcd75134242b4fe85d0a9d53db27b49799bee7bffb8a11",
                "md5": "1988602e56939e6e12b936f5f1239d6a",
                "sha256": "d653ee8767a682514dddea24c793529f53c73ac24bba7ca8e6561c9c66acd114"
            },
            "downloads": -1,
            "filename": "bdi_kit-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1988602e56939e6e12b936f5f1239d6a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 29870,
            "upload_time": "2024-05-22T00:16:42",
            "upload_time_iso_8601": "2024-05-22T00:16:42.649793Z",
            "url": "https://files.pythonhosted.org/packages/52/e8/43a80d0002ea8bbcd75134242b4fe85d0a9d53db27b49799bee7bffb8a11/bdi_kit-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f51d6ec790fb487e9a3fa2c03960b667f0e669affd4a39f0728dd5de93f06c93",
                "md5": "600aa21c15f6d5d577ba25fd6a030a2a",
                "sha256": "e6c505c16d2eec51d4be1c7c17ee3844de81643fa5763c68ef7565fbf54b3b8d"
            },
            "downloads": -1,
            "filename": "bdi-kit-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "600aa21c15f6d5d577ba25fd6a030a2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23305,
            "upload_time": "2024-05-22T00:16:44",
            "upload_time_iso_8601": "2024-05-22T00:16:44.573654Z",
            "url": "https://files.pythonhosted.org/packages/f5/1d/6ec790fb487e9a3fa2c03960b667f0e669affd4a39f0728dd5de93f06c93/bdi-kit-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-22 00:16:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "VIDA-NYU",
    "github_project": "bdi-kit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "bdi-kit"
}
        
Elapsed time: 0.23489s