Welcome to Biobabel’s documentation
Biobabel is a Python library providing a unified interface for reading a plethora of physiology file formats.
Many different file formats exist for physiology signals such as cardiac (ECG, PPG) or respiratory data. Many packages exist in Python to read these formats but they load into different data structures. This package is a wrapper of sorts for already existing tools providing a unified easy-to-use interface.
Check out the Usage section for basic usage information, and Command-line usage for usage from the console (terminal).
Contents
- Usage
- Command-line usage
- Biodata
BiodataBiodata.add_channel()Biodata.add_marker()Biodata.add_meta()Biodata.clear()Biodata.clear_markers()Biodata.copy()Biodata.crop()Biodata.drop()Biodata.find()Biodata.find_channels()Biodata.get()Biodata.get_closest_sample()Biodata.get_duration()Biodata.get_marker()Biodata.get_markers()Biodata.get_participants()Biodata.get_time()Biodata.html_report()Biodata.merge()Biodata.plot()Biodata.print()Biodata.rename()Biodata.save()Biodata.select()Biodata.summarize_channel()Biodata.summary()Biodata.uniquefy()Biodata.update_channel()
- API