hippomaps.stats.contextualize2D๏ƒ

hippomaps.stats.contextualize2D(taskMaps, taskNames='', numerbMaps=False, n_topComparison=3, nperm=1000, plotTable=True, plot2D=True)๏ƒ

Compares the present maps to thoes in the inital HippoMaps release

Parameters:
  • taskMaps (a VxT matrix of intensities. T is the number of maps to examine) โ€“

  • taskNames (list of T strings) โ€“

  • n_topComparison (int, optional) โ€“ Top N features for which to reurn comparisons (Pearsonโ€™s R and p)

  • plot2D (bool) โ€“ Whether to plot the new maps in context of other maps

Returns:

  • topFeatures (Names of most similar intialized features)

  • topR (Correpsonding Pearsonโ€™s R values)

  • topP (Corresponding p values (spin test))

  • APcorr (Correlation with AP coordinates)

  • Subfscorr (Max correlation with subfields (Spearmann))

  • ax (axis handle)