So of all the units of measurement we have, mutations per megabase is the only one not in any vocabulary I can find. Not sure how to go about coding this in Measurement.
According to the documentation https://www.ohdsi.org/web/wiki/doku.php?id=documentation:vocabulary:ucum
âAll UCUM Concepts are manually curated, and additions and changes can be made on request.â
So we can add this concept.
@Christian_Reich do we have any routine of new concepts adding like someone should approve or something?
No. We just add. Something like concept_code â{mutations}/{megabase}â, concept_name âmutations per megabaseâ.
Of course, neither âmutationâ nor âmegabaseâ are not canonical units, not even physical ones. They are just enumerations. Like âCellsâ or âColony Forming Unitsâ.
@Dymshyts @Christian_Reich
Can you please help find this units? Or what do you think of us adding some new concepts?
-
âAttogram per cellâ. Itâs one of possible units for Ferritin [Entitic mass] in Red Blood Cells
-
âpmol/mgâ
-
âkilodaltonâ
-
âmL/min/mmHgâ for Diffusion capacity.carbon monoxide at least
-
âLiters/secâ for Gas flow FEV 25%-75%. Since peak expiratory flow and other pulmonary related tests are frequently measured in âLiters per minuteâ, sometimes they are present in the form of âLiters per secondâ
-
âg/cm2â I want to say itâs a centimeter watercolumn, but it will be really strange if we try to measure DXA Bone [Mass/Area] Bone density in centimeter watercolumn
-
âg/mmolâ for non-standard form of protein/creatinine ratio measurement.
Thanks!
Can you use conversion factor?
@Dymshyts
In theory, everything may be converted to familiar units, but who is doing this in fact?
Unit domain has a comprehensive list of possible combinations covering ~99% of things people ordinary use. Why donât we simply add everything someone has used if itâs not mistaken, but still uncommon practice?
Another thing is the above-mentioned list of units/tests from @zhuk.
Itâs a common practice for these tests and sometimes the only possible/non-convertible option.
Letâs not confuse users asking to measure the bone density in water column centimeters or protein mass in daltons
- Attogram per cell: We have 8704 pg/{cell} âpicogram per cellâ. Needs to be created as ag/{cell}.
- âpmol/mgâ: We have 44777643 pmol/kg âpicomole per kilogramâ. Needs to be created.
- âkilodaltonâ: That is a very small amount of weight. Where do you need that?
- âmL/min/mmHgâ: Would need to be craeted as mL/min/mm[Hg]. You really have that?
- âLiters/secâ: Would need to be created as L/h.
- âg/cm2â: We have 9513 g/m2 âgram per square meterâ. Would have to be created as g/cm2.
- âg/mmolâ: Are you sure this is not g/mmole?
We will roll this out, @Vojtech_Huser and @aostropolets are working on it. But we will still need the Source Concepts.
So, the recent Vocabulary update contains some new UCUM concepts:
concept_id | concept_name | concept_code |
---|---|---|
32695 | attogram per cell | ag/{cell} |
32696 | picomole per milligram | pmol/mg |
32697 | dalton | Da |
32698 | kilodalton | kDa |
32699 | milliliter per minute per millimeter mercury column | mL/min/mm[Hg] |
32700 | liter per second | L/s |
32701 | gram per square centimeter | g/cm2 |
32702 | gram per millimole | g/mmol |
32703 | dyne-second per centimeter to the fifth power | dyn.sec/cm5 |
32704 | millimeter mercury column-minute per liter | mm[Hg].min/L |
32705 | wood unit | [woodâU] |
32706 | ten thousand per microliter | 10*4/uL |
32707 | nanogram of fibrinogen equivalent unit per milliliter | ng{FEU}/mL |
Hello!
We need to create a new concept for
âL/min/m2â with concept_name Liter per minute per square meter
The unit for Cardiac Index measurement, used by critical care specialists.
what do you think about it?
If you have data about cardiac index you need the unit. We will create all necessary units. Will put it in the backlog.
Hello! We need new concept for âteragenome copies/mlâ. Could you please add it?
@nzvyagina What tests or target_concept_ids are associated with this unit?
Cannot find any relevant explanation on âteragenomeâ or why not just use 8799 copies per milliliter.
@Alexdavv
25836-8 - HIV 1 RNA [#/volume] (viral load) in Unspecified specimen by NAA with probe detection
38349-7 - Herpes virus 6 DNA [#/volume] (viral load) in Unspecified specimen by NAA with probe detection
23869-1 - Hepatitis B virus DNA [Mass/volume] (viral load) in Serum by Probe
29495-9 - Herpes virus 6 DNA [Presence] in Unspecified specimen by NAA with probe detection
@nzvyagina
Sorry, my fault. Didnât recognize tera as 10^12 prefix.
Need to add 10*12.{copies}/mL
.
Or general 10*12/mL
will be better, @Christian_Reich?
Hi all, @Alexdavv why itâs need to create new concept instead of use conversion_factor with standard UCUM concept 10*12/L ?
I suppose the idea of conversion is not to convert sporadic test/unit combinations when we simply havenât created the proper unit for the figures in source. Itâs about having all the units for source data and then convert the figures in ETL in automated way.
The former, since we already have 10*3.{copies}/mL. Letâs stay consistent. And while you are at it also add 10*6.{copies}/mL.
@Vlad_Korsik @nzvyagina Here you go:
concept_id | concept_name | concept_code |
---|---|---|
32708 | trillion copies per milliliter | 10*12.{copies}/mL |
32709 | million copies per milliliter | 10*6.{copies}/mL |
32710 | liter per minute per square meter | L/min/m2 |
Letâs send all further UNIT requests to this thread.