Status March 2012: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
==ChemData== | ==ChemData== | ||
* Rewrote and generalized data import scripts using Python. | * Rewrote and generalized data import scripts using Python. | ||
* | * Implemented script to generate diagrams using OpenBabel's SVG output and import them into the molecule collection. This gave increased import speed versus the previous method of fetching diagrams from an internet resource. | ||
* | * Created new plot tooltip item to display molecule diagrams in the chart dialog. | ||
* Added two new data visualization dialogs: Scatter Plot Matrix and Parallel Coordinates. | |||
* Current Screenshots: | * Current Screenshots: | ||
<gallery widths= | <gallery widths=300px heights=300px> | ||
Image:ChemData_Query_Screenshot.png|Main window showing the results of a substructure query. Diagrams are those generated from OpenBabel using the new import script. | Image:ChemData_Query_Screenshot.png|Main window showing the results of a substructure query. Diagrams are those generated from OpenBabel using the new import script. | ||
Image:ChemData Plot with Diagram Tooltip.png|XY Chart showing tooltips with molecule diagrams. | Image:ChemData Plot with Diagram Tooltip.png|XY Chart showing tooltips with molecule diagrams. | ||
Image:ChemData Plot Matrix Screenshot.png|Scatter Plot Matrix Dialog displaying five different descriptors for the molecules in the database. | Image:ChemData Plot Matrix Screenshot.png|Scatter Plot Matrix Dialog displaying five different descriptors for the molecules in the database. | ||
Image:ChemData_Parallel_Coordinates.png|Parallel Coordinates plot showing a selection of multiple parameters. | |||
</gallery> | </gallery> | ||
[[Category:Status Reports]] | [[Category:Status Reports]] |
Revision as of 09:46, 15 March 2012
Current Activity
ChemData
- Rewrote and generalized data import scripts using Python.
- Implemented script to generate diagrams using OpenBabel's SVG output and import them into the molecule collection. This gave increased import speed versus the previous method of fetching diagrams from an internet resource.
- Created new plot tooltip item to display molecule diagrams in the chart dialog.
- Added two new data visualization dialogs: Scatter Plot Matrix and Parallel Coordinates.
- Current Screenshots:
- Error creating thumbnail: File missing
Main window showing the results of a substructure query. Diagrams are those generated from OpenBabel using the new import script.
- Error creating thumbnail: File missing
XY Chart showing tooltips with molecule diagrams.
- Error creating thumbnail: File missing
Scatter Plot Matrix Dialog displaying five different descriptors for the molecules in the database.
- Error creating thumbnail: File missing
Parallel Coordinates plot showing a selection of multiple parameters.