Contents
SAM_RESULTS gathers all the SAM results.
MAT_SIG = SAM_RESULTS (...) puts in MAT_SIG the significant observations and all their metrics.
[MAT_SIG, MAT_SIG_HDR] = SAM_RESULTS (...) returns in MAT_SIG_HDR the header of the significant observations.
[MAT_SIG, MAT_SIG_HDR, CALLED_NAMES] = SAM_RESULTS (...) puts the called observations' names in CALLED_NAMES .
[MAT_SIG, MAT_SIG_HDR, CALLED_NAMES, MAT_FDR] = SAM_RESULTS (...) summarizes the called observations' metrics in MAT_FDR.
VALUE MAT_SIG : expressed observations.
MAT_SIG_HDR : header of the expressed observations' container.
CALLED_NAMES : names or identifiers of the expressed observations.
MAT_FDR : all the metrics of the expressed observations.
See also SAM_FUNC.