BirdSongToolbox

ProjectStatus Version BuildStatus codecov License PythonVersions Preprint

A Package of Tools for Analyzing Electrophysiology Data in Free Singing birds, this package is intended to make Analysis of Sequential Vocal Motor Behavior Easier

Documentation

Documentation for the BirdSongToolbox module is underdevelopment, however it can be found at the documentation site

The documentation intends to include a full set of tutorials covering the functionality of BirdSongToolbox.

This documentation includes:

  • Overview: with information that both motivates the importance of behavioral context and descriptions of important concepts when using BirdSongToolbox to analyze sequential vocal-motor behavior.

  • Tutorials: with a step-by-step guide through the various uses of the package

  • Glossary: which defines all the key terms that are useful in understanding the package

  • FAQ: answering frequently asked questions

  • API: which lists and describes all the code and functionality available in the module

  • Examples: demonstrating example analyses and use cases, and other functionality

At present BirdSongToolbox has infrastructure and documentation of two versions of derived data. The older version will likely be deprecated in the future however there is a early tutorial showing how to work with this data format

A Basic Introduction Tutorial can be found here

If you have a question about using BirdSongToolbox that doesn’t seem to be covered by the documentation, feel free to open an issue and ask!

Dependencies

BirdSongToolbox is written in Python, and requires Python >= 3.5 to run.

It has the following required dependencies:

There are also optional dependencies, which are not required for package to work, but offer extra functionality:

Alternative Signal Processing Back-end

  • mne is a alternative back-end for signal processing.

For Local Testing

We recommend using the Anaconda distribution to manage these requirements.

Install

Stable Release Version

Note: At Present there is no official Stable Release, however once there is, the below should be true To install the latest release of BirdSongToolbox, you can install from pip:

$ pip install BirdSongToolbox

Development Version

To get the development version (updates that are not yet published to pip), you can clone this repo.

$ git clone https://github.com/Darilbii/BirdSongToolbox.git

To install this cloned copy of BirdSongToolbox, move into the directory you just cloned, and run:

$ pip install .

Editable Version

If you want to install an editable version, for making contributions, download the development version as above, and run:

$ pip install -e .

It is recommended that if you are using conda virtual environments, to first activate the specific environment you will be developing contributions on prior to running the above line

Bug Reports

Please use the Github issue tracker to file bug reports and/or ask questions about this project.

Contribute

BirdSongToolbox welcomes and encourages contributions from the community!

If you have an idea of something to add to BirdSongToolbox, please start by opening an issue.

When writing code to add to BirdSongToolbox, please follow the Contribution Guidelines, and also make sure to follow our Code of Conduct.

Reference

If you use this code in your project, please cite:

` Someday we shall get published and that reference will go here! `

Acknowledgements

Special Thanks to Tom Donoghue and the Voytek Lab who were heavily influential in the development of this readme