Description Usage Arguments Value
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 | findprls(probmap, lesmask, phasefile, disc = T)
|
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. |
phasefile |
Location of the T2*-phase image |
disc |
Calculate discretized versions of first order radiomic features? |
A list with 3 objects: a NIfTI file of a lesion label map, a dataframe containing all radiomic features, and a vector containing lesion-wise probability of being a PRL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.