1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.
UKB_Wrapper_Repo
This library has been designed to provide convenient access to UKB dataset to users of PSC and Openmind7 clusters by leveraging Datalad package. Datalad allows its users to store large datasets in a distributed manner and faciliate easier collaboration. Currently the repo has modules dedicated to three types of data stored within the UKB dataset namely Scalar, Genetic and Bulk data types. The library also serves as a directory for all the unique categories and field ids which are part of UKB dataset.
Datalad is designed as a tool to version control large datasets in a manner quite similar to Git but limited to either a single network, HPC cluster. This library has been designed to help the end user make use the principles of datalad to access data stored on a different cluster and even with limited knowledge of how datalad works.
Additionally this repository also houses the notebook files related to this project showcasing exploratory data analysis done on multiple categories.The modules are currently designed to give access to the necessary data through the use of maximum of three-four lines of code.
- Import relevant modules and initilize objects
from UKBRepo.UKBRepo import module_scalar_data_handler as scalar_module
scalar_handler_object=scalar_module.scalar_data_handler()
- Pick the main category to which your datatype belongs (T1_Images/Freesurfer/Diet/Smoking)
scalar_handler_object.display_all_ukb_categories()
- Fetch relevant field for that Category
bulk_handler_object.get_field_ids_for_category(Category_Name)
- Retrive the list of subjects who have those particular field ids
bulk_handler_object.get_subject_list_field_ids(Field_Id_List)
- Retrive relevant data for the subjects
bulk_handler_object.get_data_bulk(Field_Id,subject_id)
After executing the funtion of data retrival,the output user receives depends upon the type of data bieng requested. In case of scalar data the user will recive the actual data in the output whereas in case of bulk data it will be the path where the fetched bulk data files have been stored.
Requirements
- Datalad
- Git-annex
- Pandas
- Numpy
Refrences
Release files for ukbaccessrepo 0.370
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
File added late
1 file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ukbaccessrepo-0.370.tar.gz | 9.6 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ukbaccessrepo-0.370-py3.9.egg | Legacy Egg format | - | - | Details |
| ukbaccessrepo-0.370-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.7 kB
Release files / ukbaccessrepo-0.370.tar.gz
| Download URL | ukbaccessrepo-0.370.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b1dda9cae6ea4e174f5c21c1abf303610d96353a274159e679c7ff0a3d78cdec
|
|
BLAKE2b-256 checksum How to use checksums |
7c1bb5b9fe0dae643a3cee1f0ce882b4e51b7d08c3450272b1be9430b70b2dd6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|
Release files / ukbaccessrepo-0.370-py3.9.egg
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | ukbaccessrepo-0.370-py3.9.egg |
|---|---|
| Size | 19.1 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
3e62bffd655b489c71524fd7911ef691f3de2beae32548b91d9f351aeb75ab9e
|
|
BLAKE2b-256 checksum How to use checksums |
34db443f87ea991746cdffbec0b5abfc85046c57e889b1af7468dddcc8902e4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|
Release files / ukbaccessrepo-0.370-py3-none-any.whl
| Download URL | ukbaccessrepo-0.370-py3-none-any.whl |
|---|---|
| Size | 10.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2a923ab3f2c8acd6104cedb2f4287e326b18bb3785b90344086278340c567207
|
|
BLAKE2b-256 checksum How to use checksums |
957a12ce68951b075bc9b20a97e8e4831cd414ab4b0f348ffdc29bd5ce13edd5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|