jeromekelleher / sc2ts

Infer a succinct tree sequence from SARS-COV-2 variation data
MIT License
4 stars 3 forks source link

Minor util improvements #157

Closed hyanwong closed 1 year ago

hyanwong commented 1 year ago

Are we OK to set the index on the dataframe returned by treeinfo.summary()? That makes it easier to do e.g.

ts.summary().loc["latest_sample"]
jeromekelleher commented 1 year ago

Sure - I'm clueless with pandas