Skip to content

Using existing clustering reference #4233

Answered by f6v
vcglinnaeus asked this question in Q&A
Discussion options

You must be logged in to vote

You could assign clusters/cell types by doing so:

your_cell_types <- ... # load from file
your_seurat_obj$cell_type <- your_cell_types

And then you can subset Seurat object:

your_seurat_obj[, your_seurat_obj$celltype == "Neuron"]

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@vcglinnaeus
Comment options

@f6v
Comment options

@timoast
Comment options

Answer selected by timoast
Comment options

You must be logged in to vote
1 reply
@timoast
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants