However, I think the plotting functions in Seurat do not use the cluster information from B@meta.data, rather they use information from B@active.idents.
So, I guess you have to do the following instead:
B@active.idents <- B@meta.data$status
This should work, but, I will verify and update this answer later.
However, I think the plotting functions in Seurat do not use the cluster information from B@meta.data, rather they use information from B@active.idents.So, I guess you have to do the following instead:
B@active.idents <- B@meta.data$status
This should work, but, I will verify and update this answer later.
To add the column
statuscan try the following:To rename the clusters you can try the following:
However, I think the plotting functions in Seurat do not use the cluster information from
B@meta.data, rather they use information fromB@active.idents. So, I guess you have to do the following instead:This should work, but, I will verify and update this answer later.
To add the column
statuscan try the following:To rename the clusters you can try the following:
However, I think the plotting functions in Seurat do not use the cluster information from
B@meta.data, rather they use information fromB@active.idents.So, I guess you have to do the following instead:This should work, but, I will verify and update this answer later.
More
VOTE
VOTE
VOTE
VOTE