├── Inputs ├── test1.cell_groupings └── test2.cell_groupings ├── README.md ├── Screen Shot 2019-06-26 at 10.43.48 AM.png ├── __init__.py ├── newick_input.py ├── setup.py └── uphyloplot2.py /Inputs/test1.cell_groupings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbourlab/uphyloplot2/HEAD/Inputs/test1.cell_groupings -------------------------------------------------------------------------------- /Inputs/test2.cell_groupings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbourlab/uphyloplot2/HEAD/Inputs/test2.cell_groupings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbourlab/uphyloplot2/HEAD/README.md -------------------------------------------------------------------------------- /Screen Shot 2019-06-26 at 10.43.48 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbourlab/uphyloplot2/HEAD/Screen Shot 2019-06-26 at 10.43.48 AM.png -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /newick_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbourlab/uphyloplot2/HEAD/newick_input.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbourlab/uphyloplot2/HEAD/setup.py -------------------------------------------------------------------------------- /uphyloplot2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/harbourlab/uphyloplot2/HEAD/uphyloplot2.py --------------------------------------------------------------------------------