-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pyarrow-upgrade
- Loading branch information
Showing
66 changed files
with
3,041 additions
and
2,307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
docs/_static/biology/prepare_measurement_flowchart.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
.md-typeset .card-set { | ||
grid-gap: .4rem; | ||
display: grid; | ||
grid-template-columns: repeat(auto-fit,minmax(16rem,1fr)); | ||
margin: 1em 0; | ||
color: rgb(255, 255, 255); /* Set font color to white */ | ||
} | ||
.md-typeset .card-set > .card-content { | ||
/*background-color: rgba(0, 106, 182, 0.151); /* Set background color to blue (RGB: 0, 107, 182) */ | ||
background-color: rgba(0, 106, 182, 0.712); | ||
color: initial; | ||
color: rgb(255, 255, 255); | ||
} | ||
|
||
.md-typeset .card-set > .card-content, | ||
.md-typeset .card-set > .card-content, | ||
.md-typeset .grid > .card { | ||
border: .05rem solid var(--md-default-fg-color--lightest); | ||
border-radius: .1rem; | ||
display: block; | ||
margin: 0; | ||
padding: .8rem; | ||
transition: border .25s,box-shadow .25s; | ||
} | ||
|
||
.md-typeset .card-set > .card-content:focus-within, | ||
.md-typeset .card-set > .card-content:hover, | ||
.md-typeset .card-set > .card-content:focus-within, | ||
.md-typeset .card-set > .card-content:hover, | ||
.md-typeset .grid > .card:focus-within, | ||
.md-typeset .grid > .card:hover { | ||
border-color: #0000; | ||
box-shadow: var(--md-shadow-z2); | ||
} | ||
|
||
.md-typeset .card-set > .card-content > hr, | ||
.md-typeset .card-set > .card-content > hr, | ||
.md-typeset .grid > .card > hr { | ||
margin-bottom: 1em; | ||
margin-top: 1em; | ||
} | ||
|
||
.md-typeset .card-set > .card-content > :first-child, | ||
.md-typeset .card-set > .card-content > :first-child, | ||
.md-typeset .grid > .card > :first-child { | ||
margin-top: 0; | ||
} | ||
|
||
.md-typeset .card-set > .card-content > :last-child, | ||
.md-typeset .card-set > .card-content > :last-child, | ||
.md-typeset .grid > .card > :last-child { | ||
margin-bottom: 0; | ||
} | ||
|
||
.md-typeset .card-set > *, | ||
.md-typeset .card-set > .admonition, | ||
.md-typeset .card-set > .highlight > *, | ||
.md-typeset .card-set > .highlighttable, | ||
.md-typeset .card-set > .md-typeset details, | ||
.md-typeset .card-set > details, | ||
.md-typeset .card-set > pre { | ||
margin-bottom: 0; | ||
margin-top: 0; | ||
} | ||
|
||
.md-typeset .card-set > .highlight > pre:only-child, | ||
.md-typeset .card-set > .highlight > pre > code, | ||
.md-typeset .card-set > .highlighttable, | ||
.md-typeset .card-set > .highlighttable > tbody, | ||
.md-typeset .card-set > .highlighttable > tbody > tr, | ||
.md-typeset .card-set > .highlighttable > tbody > tr > .code, | ||
.md-typeset .card-set > .highlighttable > tbody > tr > .code > .highlight, | ||
.md-typeset .card-set > .highlighttable > tbody > tr > .code > .highlight > pre, | ||
.md-typeset .card-set > .highlighttable > tbody > tr > .code > .highlight > pre > code { | ||
height: 100%; | ||
} |
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## About measurements table | ||
|
||
The *BioClean* module focuses on three **OMOP** terms: | ||
|
||
- [Measurement](https://www.ohdsi.org/web/wiki/doku.php?id=documentation:cdm:measurement) is a record obtained through the standardized testing or examination of a person or person's sample. | ||
- [Concept](https://www.ohdsi.org/web/wiki/doku.php?id=documentation:cdm:concept) is a semantic notion that uniquely identify a clinical event. It can group several measurements. | ||
- [Concept Relationship](https://www.ohdsi.org/web/wiki/doku.php?id=documentation:cdm:concept_relationship) is a semantic relation between terminologies, allowing to map codes from different terminologies. | ||
|
||
|
||
A fourht term was created to ease the use of the two above: | ||
|
||
- [concepts-set](../../datasets/concepts-sets.md) is a generic concept that has been deemed appropriate for most biological analyses. It is a group of several biological concepts representing the same biological entity. | ||
|
||
**Example:** <br/> | ||
Let's imagine the laboratory X tests the creatinine of Mister A and Mister B in mg/dL and the laboratory Y tests the creatinine of Mister C in µmol/L. In this context, the dataset will contain: | ||
|
||
- 3 measurements (one for each conducted test) | ||
- 2 concepts (one concept for the creatinine tested in mg/dL and another one for the creatinine tested in µmol/L) | ||
- 1 concepts-set (it groups the 2 concepts because they are the same biological entity) | ||
|
||
|
||
## Vocabulary | ||
|
||
A vocabulary is a terminology system that associates a code to a specific clinical event. One may distinguish two types of vocabularies: | ||
|
||
### Source vocabulary | ||
|
||
The source vocabulary is the vocabulary used in the LIMS (Laboratory Information Management System) software. It is specific to the LIMS and may be different in each laboratory. | ||
|
||
### Standard vocabulary | ||
|
||
The standard vocabulary is a unified vocabulary that allows data analysis on a larger scale. | ||
|
||
- It is classified in chapter. | ||
- It has a bigger granularity than the source vocabulary, multiple source codes may be associated to one standard code. | ||
|
||
### Vocabulary flowchart in OMOP | ||
|
||
![Image title](../../_static/biology/vocabulary_flowchart.svg) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.