plot dilution tree

Hello,

I have several datasets for how a single cell divided (the intensity of the original cell and the intensity of all its progeny, so I can estimate by successive 2-fold dilution how many time each progeny cell has divided).
For example I have 2 cells in the third division cycle, 5 cells in the 4th, 13 cells in the 5th and 2 cell in the 6th
I would like to plot a tree diagram that recapitulates the full lineage of the original cells and puts as leaves the progeny cells that I have at the end, at the right level of division.
Does someone have an idea of how I could implement that?

Cheers

Transform your data into a nodes and edges representation and visualise with visNetwork package.
Introduction (datastorm-open.github.io)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.