
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
PyRat is a user friendly library in python to analyze data from the DeepLabCut. Developed to help researchers unfamiliar with programming can perform animal behavior analysis more simpler.
PyRat is a user friendly library in python to analyze data from the DeepLabCut. Developed to help researchers unfamiliar with programming can perform animal behavior analysis more simpler.
The latest stable release is available on PyPi, and you can install it by saying
pip install pyratlib
Anaconda users can install using conda-forge
:
conda install -c conda-forge pyratlib
To build PyRat from source, say python setup.py build
.
Then, to install PyRat, say python setup.py install
.
If all went well, you should be able to execute the demo scripts under examples/
(OS X users should follow the installation guide given below).
Alternatively, you can download or clone the repository and use pip
to handle dependencies:
unzip pyratlib.zip
pip install -e pyratlib
or
git clone https://github.com/pyratlib/pyrat.git
pip install -e pyratlib
By calling pip list
you should see pyrat
now as an installed package:
pyrat (0.x.x, /path/to/pyratlib)
The data is available on Zenodo
If you use our code we kindly as that you please cite De Almeida et al, 2022 and, if you use the dataset please also cite De Almeida et al, 2021.
Please check out the following references for more details:
@article{deAlmeida2022,
title = {PyRAT: An open source-python library for fast and robust animal behavior analysis and neural data synchronization},
author = {De Almeida, Tulio Fernandes and
Spinelli, Bruno Guedes and
Hypolito Lima, Ram{\'o}n and
Gonzalez, Maria Carolina and
Rodrigues, Abner Cardoso},
journal = {Frontiers in Neuroscience},
pages = {505},
publisher = {Frontiers}
}
@dataset{deAlmeida2021,
title = {PyRAT-data-example},
author = {Almeida, Túlio and
Spinelli, Bruno and
Gonzalez, Maria Carolina and
Lima, Ramón and
Rodrigues, Abner},
month = sep,
year = 2021,
publisher = {Zenodo},
version = {1.0.0},
doi = {10.5281/zenodo.5883277},
url = {https://doi.org/10.5281/zenodo.5883277}
}
FAQs
PyRat is a user friendly library in python to analyze data from the DeepLabCut. Developed to help researchers unfamiliar with programming can perform animal behavior analysis more simpler.
We found that pyratlib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.