MouseLand / rastermap

a visualization method for neural data
GNU General Public License v3.0
192 stars 46 forks source link

start the rastermap with extracted ROI excel file #22

Closed zhouyi0812 closed 1 year ago

zhouyi0812 commented 1 year ago

Hello!

I wonder can I start the rastermap with the time series data on an Excel file? I already extract the ROI with caiman package with the traces. But it won't have the 'position' and other features like suite2p on your demo data. Or it should be fine if I calculate the necessary SVD value and add to the Excel?

So my goal is to sort the trace only without predicting the behavior.

Thank you for your guidance!

carsen-stringer commented 1 year ago

You need an array of neurons by fluorescence (npy or mat). Then you can load in the positions as an npy file as well (number of neurons by 2) with an x and y position for each neuron. Or you can explore without the positions. Alternatively if Caiman exports an NWB file you can try that out -- we have support for those types of files.