Description Arguments S4 methods See Also
Patient-specific storage of multivariate contrast data and clinical data.
identifier |
the patient identifier. character. |
contrast |
the value of the contrast parameters for each observation. data.frame. |
clinic |
the clinical data of the patient. data.frame. |
fieldDim |
the dimensions of the spatial field (expressed in number of voxels) containing the voxels. data.frame. |
voxelDim |
the voxel size dimensions its unit of measure. A four columns data.frame with names |
default_value |
a reference value for each contrast parameter. data.frame. |
history |
a list of the |
normalization |
the normalization values of each contrast parameter. list. |
hemispheres |
the presence or absence of lesion(s) in each hemisphere. data.frame. |
midplane |
the position of the mid-sagittal plane. data.frame. |
W |
the neighbourhood matrix. list. |
table_lesion |
the vertical distribution of the lesion volumes. data.frame. |
table_reperfusion |
the volumic reperfusion data. data.frame. |
table_hypoperfusion |
the volumic hypoperfusion data. data.frame. |
ls_statDesc |
a slot to store additional data. list. |
Getters :
selectContrastreturn the contrast parameters.
selectCoordsreturn the coordinates.
selectClinicreturn the clinical data.
selectDefault_valuereturn the default values of the contrast parameters.
selectDescStatsreturn extra information.
selectHemispheresreturn the position of the lesion in each hemisphere.
selectHistoryreturn the call of the methods applied on the object.
selectIdentifierreturn the identifier of the patient
selectMidplanereturn the position of the mid-sagittal plan
selectNreturn the number of voxels
selectNormalizationreturn the normalization values of the contrast parameters
selectParameterreturn the names of the parameters stored in the object
selectTablereturn volumic information about the lesion or about the perfusion
selectFieldDimreturn the dimension of the lattice containing the observations
selectVoxelDimreturn the dimension of a voxel
Setters :
allocContrast<-allocate a contrast parameter
allocClinic<-allocate clinical data
allocDescStats<-allocate extra information
allocHemisphere<-allocate the position of the lesion in the hemisphere or the position of the mid-sagittal brain
allocNormalization<-allocate normalization values
allocTable<-allocate volumic information
supprContrast<-remove a contrast parameter
supprDescStats<-remove extra information
Calculators :
calcBrainMaskcalcContralateralcalcDistMaskcalcDistTissuescalcFiltercalcGroupsMaskcalcHemispherecalcROCthresholdcalcNormalizationcalcRegionalContrastcalcSmoothMaskcalcTableHypoReperfcalcTableLesioncalcThresholdMRIaggrcalcTissueTypecalcWDisplayers :
boxplotMaskheatmapMRIaggrmultiplotplotDistClasspointsHemisphereplotLesion3DplotTableLesionoutlineMRIaggrsummary,MRIaggr-methodConstructors :
constCompressMRIaggrgenerate from an existing MRIaggr object a new one with lower spatial resolution
constReduceMRIaggrcopy an existing MRIaggr object restricted to a subset of voxels
writeMRIaggrcreate an image file containing the values of a contrast parameter stored in the MRIaggr object.
Initializers :
initNuminitialization of the num argument
initParameterintialization of the param argument
initMaskinitialization of the mask argument
constMRIaggr to build a MRIaggr object from a list of array.
readMRI to read image files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.