Closed nmalwinka closed 4 years ago
Hi! This is a bug with Seurat cluster names, which start at 0 instead of 1. I've merged a fix to the main branch that should fix this problem. If you don't want to run everything again, an easy temporary fix can be to shift the vertex ID in the cluster.metadata dataframe by 1 so it matches up with the trajectory dataframe:
tempora_obj@cluster.metadata$Id <- tempora_obj@cluster.metadata$Id + 1
The error I am getting is:
The tempora object looks like:
Any idea what happened? Thank you.