Description Usage Arguments Value
View source: R/lesion_identification.R
This function takes in a lesion probability map, a lesion segmentation mask, and a T2*-phase image for a single subject and identifies + classifies lesions as PRL or not.
1 | lesion_identification(probmap, lesmask)
|
probmap |
Lesion probability map. We recommend using lesion segmentation algorithm MIMoSA. |
lesmask |
Lesion segmentation mask. Given a probability threshold, automatically binarizes lesion probability map into a segmentation mask. |
A list with two NIfTI files: one with the identified lesion centers, and one with labels for each identified lesion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.