Skip to main content

Python package to work with bruker tdf and tdf_bin files

Project description

TDFpy

basic pip package to handle Bruker's .tdf and .tdfbin files.

How to install

  • pip install tdfpy

or

How to access analysis.tdf db

  • from tdfpy import PandasTdf
  • pd_tdf = PandasTdf('path/to/analysis.tdf')
  • pd_tdf.precursors -> returns pd.DataFrame containing Precursors table
  • pd_tdf.frames -> returns pd.DataFrame containing Frames table
  • pd_tdf.properties -> returns pd.DataFrame containing Properties table

How to access analysis.tdf_bin db

  • from tdfpy import TimsData
  • td = TimsData('path/to/dfolder')
  • td.readPasefMsMsForFrame(1) -> return msms spectra for first msms frame

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tdfpy-0.1.7.tar.gz (5.7 MB view hashes)

Uploaded Source

Built Distribution

tdfpy-0.1.7-py3-none-any.whl (5.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page