Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 861 Bytes

pipREADME.md

File metadata and controls

executable file
·
17 lines (13 loc) · 861 Bytes

traytable

A python package for tabulating crystallization results across many trays

Documentation Status Documentation built via Read the Docs

traytable provides methods for

  • storing all information about a crystallization screen in a dictionary of dictionaries
  • extracting and tabulating all data about "hits" into a pandas dataframe.

The goal of traytable is for all crystallization data to be inputted once and only once, and then conveniently looked up and reused whenever needed.

You can find a jupyter notebook with a brief demonstration of package functionality here.

Installation

pip install traytable