hms-dbmi / pic-sure-hpds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pic-sure-hpds

PIC-SURE-HPDS was built from the ground up to support biomedical informatic use cases without requiring massive clustering as the datasets increase in scale. As such, PIC-SURE-HPDS can manage arbitrarily large datasets with very little computing.

For clinical data, datasets are stored as two files: metadata and data. The metadata file contains the internal data dictionary, high-level dataset-specific information, and file offsets for each variable's data within the data file. The data file contains data for three concepts: patient index, numerical index, and categorical index. How to load phenotypic data into HPDS

For genomic data, variants that are not represented in the database are not stored. Genomic sample data is stored separately from variant annotations in HPDS. Variant annotations are stored using the same Numerical Index, and Categorical Index described above, indexing variant IDs instead of patient IDs. How to load genomic data into HPDS

About

License:Apache License 2.0


Languages

Language:Java 99.6%Language:Dockerfile 0.2%Language:Shell 0.1%