Skip to content

Extended SerialEM mdoc files (including CTFfind parameters) as pandas dataframes

License

Notifications You must be signed in to change notification settings

hvdrosa/extended_mdocfile

 
 

Repository files navigation

Extended mdocfile

Extended mdocfile is an adaptation of mdocfile Python package (from Alister) for working with SerialEM mdoc files. These extended mdocfiles are regular mdocs supplemented with extra columns of SpecimenShift, EucentricOffset and CtfFind values (obtained with PACETomo DoCtffind function).

All credits of the original library to Alister! Thanks for making our lifes easier! #TeamTomo


Quickstart

mdocfile.read() will return the contents of an mdoc file as a pandas dataframe.

import mdocfile

df = mdocfile.read('my_mdoc_file.mdoc')

Installation

pip:

pip install git+https://github.com/hvdrosa/extended_mdocfile.git

About

Extended SerialEM mdoc files (including CTFfind parameters) as pandas dataframes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 91.1%
  • Python 8.9%