Manage DATA.NWB files of human synapses

Hello Stephanie,

Thank you very much for this explanation.

Now I see that I have a big issue, when I do this:

query = db.pair_query(
experiment_type=‘standard_multipatch’, # filter: just multipatch experiments
species=‘human’, # filter: only human data
synapse=True, # filter: only cell pairs connected by synapse
filter_exprs = [db.Dynamics.stp_induction_50hz != np.nan] # filter: only connections that have STP data
)
pairs_with_stp = query.all()

print(len(pairs_with_stp))

The output is: 0

Which means that there are no stp data in the database that I downloaded (medium size)…
How is this possibIe? It looks like I don’t have the same version of the database as you do?