Seurat: How can i visualize TSNE by cell.id. instead of cluster?

Created on 23 May 2018  路  3Comments  路  Source: satijalab/seurat

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

Analysis Question

All 3 comments

DimPlot function

for example

DimPlot(x, reduction.use = "tsne", group.by = "cell.id" ).  

This assumes you have created a metadata column 'cell.id' .

@AndyR2,

The column should be present as [email protected]$cell.id.

Best,
Leon

Thanks! @AndyR2 @leonfodoulian
I used below command to merge and visualization

DimPlot(merge, reduction.use = "tsne", group.by = "orig.ident" )

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kathirij picture kathirij  路  3Comments

milanmlft picture milanmlft  路  3Comments

mvalenzuelav picture mvalenzuelav  路  3Comments

akhst7 picture akhst7  路  3Comments

rajasreemenon picture rajasreemenon  路  3Comments