You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having termURL fields as described here is great, but it seems limited to the column names and not e..g. to the categorical Levels.
For example, imagining we have the group column in our tabular data for participants and want to indicate different subgroups of Alzheimer's subjects (AD, MCI, NC) with a term URL for each, how we would do that ?
"group": {
"Description": "Alzheimer's subgroups",
"Levels": {
"AD": "Alzheimer's disease", # want to indicate `termURL` http://terminology/AD.html here
"MCI": "Mild cognitive impairment" # want to indicate `termURL` http://terminology/MCI.html here
...
}
}
Is the only solution for now to replace the level description with the URL itself ? Are there any developments planned for a more formal description ? A first step could be nested description/termURL for levels as in:
The text was updated successfully, but these errors were encountered:
neurorepro
changed the title
Best way to have more support for termURL in tabular files ?
Best way to have more support for termURL in json associated to tabular files ?
May 22, 2023
neurorepro
changed the title
Best way to have more support for termURL in json associated to tabular files ?
Best way to have more support for termURL in json related to tabular files ?
May 22, 2023
Yes, the insufficiency of our column descriptions has come up recently. I like the idea of expanding plain-text descriptions to description fields that allow richer annotations. Thus "AD": "Alzheimer's disease" becomes shorthand for "AD": {"Description": "Alzheimer's disease"} and tools can easily perform this conversion and enable addition of new fields.
@surchs I would be interested in your thoughts here.
There's a general problem in BIDS, which is that we don't want to make it difficult to start structuring your data, but it would be good to find ways to enable "promoting" first-pass annotations to rich annotations. I would also like to do this with dataset authors...
Having
termURL
fields as described here is great, but it seems limited to the column names and not e..g. to the categoricalLevels
.For example, imagining we have the
group
column in our tabular data for participants and want to indicate different subgroups of Alzheimer's subjects (AD, MCI, NC) with a term URL for each, how we would do that ?Is the only solution for now to replace the level description with the URL itself ? Are there any developments planned for a more formal description ? A first step could be nested description/termURL for levels as in:
Note that it could be useful to also have this feature applied to Units as in:
The text was updated successfully, but these errors were encountered: