Hello
Thank you for developing so wonderful program to analysis single cell RNAse.
I merged two datasets using Mergeseurat command
And before clustering, i want to see the TNSE plots by cell.id.
How can i visualize TSNE by cell.id. instead of cluster?
Thanks
DimPlot function
for example
DimPlot(x, reduction.use = "tsne", group.by = "cell.id" ).
This assumes you have created a metadata column 'cell.id' .
Thanks! @AndyR2 @leonfodoulian
I used below command to merge and visualization
DimPlot(merge, reduction.use = "tsne", group.by = "orig.ident" )