with regard to data organization, you can proceed exactly as with the
source space examples, just replace vertices with channels.
The critical difference amounts to how to define the neighboring spatiall
features, a.k.a. connectivity.
To compute this information you should use the FieldTrip neigbour
definitions. You can read those using this function: http://martinos.org/mne/stable/generated/mne.read_ch_connectivity.html#mne.read_ch_connectivity
for exmple like this for a 4D/BTi 248 channels magnetometer system:
The rest is the same, make sure your data matrices match the contrast type
(F vs T test) and make sure that the last dimension carries the spatial
information.
I hope that helps (we'll soon add a corresponding example).