frisen-lab / TREX

Simultaneous lineage TRacking and EXpression profiling of single cells using RNA-seq
MIT License
5 stars 6 forks source link

Fix Jaccard Similarity Matrix construction #67

Closed acorbat closed 6 months ago

acorbat commented 6 months ago

The plot jaccard matrix function is wrongly assuming the shape of the DataFrame and skips the first column assuming it is the cell ID column. Yet the Cell ID column is actually the Index of the DataFrame, so it is not a column. Should be fixed.

acorbat commented 6 months ago

Thank you for cathing it!