Closed oliche closed 11 months ago
The dataset contains 109 insertions and is available with the other releases To download:
from one.api import ONE
import ephys_atlas.data
from pathlib import Path
one = ONE(mode='remote')
label = '2023_W51_autism'
LOCAL_DATA_PATH = Path("/datadisk/Data/paper-ephys-atlas/ephys-atlas-decoding")
ephys_atlas.data.download_tables(LOCAL_DATA_PATH, label, one=one)
The autism model FMR1-KO will be a cornerstone in the Ephys Atlas TF paper:
It would be nice to extract the features from it (as is currently done for the rest of the atlas) so as to first be able to make a report of the data available (e.g. number of single units, regions targeted etc).
Here is the code used to get the PIDs