Matias Andina

Results 13 comments of Matias Andina

Just to add to this, I have struggled with different installs and I ended up compiling a sort of manual. https://matiasandina.github.io/wholebrain_install/ My original idea was for it to be updated...

I'm sorry if I wasn't clear. Check the notebook [here](https://gist.github.com/matiasandina/3ac23e8f427e435194129ca709a7411a). That's an extension of one of the tutorials in the documentation. We are trying to get reproducible results from different...

Indeed, I wrote this function to troubleshoot things. Briefly, it would generate different channel maps. I was also experimenting with separating by shank (we have 2 brain locations with tetrode...

``` purrr::map_chr(c("France", "Sweden"), emo::flag) [1] "πŸ‡«πŸ‡·" "πŸ‡ΈπŸ‡ͺ" ```

Thanks for such a beautiful package! Not sure if this fits here but I wonder if there's a way to plot all columns of a table as Y vectors using...

Not sure this aids diagnosing the issue. I am running gramm on a `.mlx` file, I see how the alpha works in the animation but then it reverts back to...

The dataset was collected from [OSF](https://osf.io/py5eb/). It contains mouse EEG/EMG recordings (sampling rate: 512 Hz) and sleep stage labels (epoch length: 2.5 sec). Training was performed using a portion of...

This is what I can do for now, please let me know if you can reproduce it. https://github.com/matiasandina/yasa_classifier - [ ] @matiasandina will later update the features in [staging.py](https://github.com/raphaelvallat/yasa/blob/master/yasa/staging.py). I...

Mice data is not standardized in the same way human data might be. A few quick examples of these. 1) There is no topoplot because people use *rough* coordinates for...

Sorry for the late reply. Provided re-training, I think this is flexible to work multi-species. I like the idea of a config file that determines the features! It's been a...