2023-02-07

This is Maëlle's DBGI daily open-notebook.

Today is 2023.02.07

meeting with pma

Start of Master thesis!

See open-notebook.pmallard.2023.02.07.md

Regulations: Must do a formal written thesis (~30-40 pages) and an oral presentation

TODO

CODE

NOTES

tmap

python

Visualization => Python package Faerun for large scale data sets - Faster than matplotlib/pyplot - interactive plots

molplotly

python

allows 2D images of molecules to be shown in plotly figures when hovering over the data points

vega

visualizations are described in JSON, and generate interactive views using either HTML5 Canvas or SVG

Lots of possible plots => geographic maps, tree diagrams & network diagrams might be interesting

datawarrior

Important features:

  • Plots interacting with each other
  • 'contains' ...
  • Search by structure
  • Check for similarity

Features needed for the vizualisation project

  • Plots interacting with each other (datawarrior)
  • 'contains' ... (datawarrior)
  • Search by structure (datawarrior)
  • Check for similarity (datawarrior)
  • phylogeny by MASST (https://masst.gnps2.org/microbemasst/) (NP classifier)

TODO NEXT