Skip to content

Commit

Permalink
[DOC] Add SUVR definition in glossary (#1124)
Browse files Browse the repository at this point in the history
* add definition for SUVR in glossary and link in ML_prepareSVM description

* Update docs/glossary.md

---------

Co-authored-by: Gensollen <[email protected]>
  • Loading branch information
AliceJoubert and NicolasGensollen authored Apr 5, 2024
1 parent 041fb4a commit 93120eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Pipelines/MachineLearning_PrepareSVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ where:

- `CAPS_DIRECTORY` is the output folder containing the results in a [CAPS](../../CAPS/Introduction) hierarchy
- `GROUP_LABEL` is the user-defined identifier for the provided group of subjects
- The third positional argument can be `t1-volume` to use tissue maps or `pet-volume` to use standardized uptake value ratio (SUVR) maps.
- The third positional argument can be `t1-volume` to use tissue maps or `pet-volume` to use [SUVR](../glossary.md#suvr) maps.

Pipeline options if you use inputs from the `pet-volume` pipeline:

Expand Down
13 changes: 13 additions & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ Different tracers are used for various imaging purposes, depending on the target

- [wikipedia](https://en.wikipedia.org/wiki/Positron_emission_tomography)

#### SUVR

**SUVR** stands for *Standardized Uptake Value Ratio*.

The SUVR is the ratio of the image-derived radioactivity concentration
and the whole body concentration of the injected radioactivity. When SUVR > 1,
it indicates radioactivity accumulation in that region above the hypothetical
even radioactivity distribution.

##### References

- [wikipedia](https://en.wikipedia.org/wiki/Standardized_uptake_value)

#### TSV

**TSV** stands for *Tab-Separated Values*.
Expand Down

0 comments on commit 93120eb

Please sign in to comment.