Replies: 5 comments 8 replies
-
Hi, There actually are overloaded functions for I'm not sure how comparable the API for these methods are with PyNWB. I would assume no. That said, the documentation for each are almost always found under the |
Beta Was this translation helpful? Give feedback.
-
In Python, the IntracellularRecordingsTable is part of the NWB format and can be accessed using PyNWB. There are methods in PyNWB to convert the IntracellularRecordingsTable to a pandas DataFrame or a numpy array which can then be easily used in Python. However, I am not familiar with the functionality in Matlab. It may be worth checking the documentation or reaching out to the community for assistance. |
Beta Was this translation helpful? Give feedback.
-
In this case, I agree with @BabaraBrenes7mc that in Python, the IntracellularRecordingsTable can be accessed using PyNWB, and there are methods to convert it to a pandas DataFrame or numpy array. However, I cannot comment on the functionality in Matlab, as I do not have access to the latest information on the topic. |
Beta Was this translation helpful? Give feedback.
-
IntracellularRecordingsTable is a specialized table format for intracellular electrophysiology data and may not have the same functionality as ElectrodeTable for extracellular electrophysiology. In Python, you can try using the NWB format (Neurodata Without Borders) for storing and manipulating intracellular recordings data, which is supported by the PyNWB library. It provides a convenient way to store, read and write electrophysiology data and metadata, and also offers tools for data analysis and visualization. You may want to consider using this format and library in your work. |
Beta Was this translation helpful? Give feedback.
-
and the era of ChatGPT spam begins... sorry for the noise, @dervinism |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I have a question about IntracellularRecordingsTable. It seems that I cannot convert it to a plain table easily in Matlab. loadAll and getRow functions don't seem to work. Does it work differently in Python? I was expecting a similar functionality to ElectrodeTable of extracellular electrophysiology.
Beta Was this translation helpful? Give feedback.
All reactions