> On 14 Jul 2017, at 16:35,
wenjiaz...@gmail.com wrote:
>
> I am trying to do a ROI-based (not ROI searchlight) RSA with COSMO these days.
> Specifically, I defined a ROI which contains about 100 voxels.
> The activation pattern RDM of this ROI was constructed by calculating the anti-correlation of activation pattern from each pair of items.
Bij anti-correlation you mean one-minus-correlation, or something else?
> This activation pattern RDM was compared with theoretical model RDM and then resulted only one similarity value.
You correlated the model RDM (in vectorized form, e.g. using squareform) with the neural RDM (also in vectorized form)? If yes, this seems appropriate. Note that this can also be done using cosmo_target_dsm_corr_measure.
> Last, I perfomed a t tset of these similarity values from all participants aganist zero to investigate whether this ROI could represent the information from theoretical RDM.
>
> I am wondering whether this analysis method make sense.
It does, this seems fine (assuming you correlated a vectorized model RDM with a vectorized neural RDM).
> And, is any Csomo script or syntax helpful for doing this?
> Especially, how to construct the activation pattern RDM of a specific ROI.
You could use cosmo_dissimilarity_matrix_measure to compute an RDM, or cosmo_target_dsm_corr_measure to compute agreement between a model RDM and neural patterns.
Also see the RSA tutorial:
http://cosmomvpa.org/ex_rsa_tutorial.html
Hope that helps!