Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cell type information #2

Closed
BenxiaHu opened this issue May 17, 2021 · 2 comments
Closed

cell type information #2

BenxiaHu opened this issue May 17, 2021 · 2 comments

Comments

@BenxiaHu
Copy link

Hello,
when I try to run scDaPars on one public scRNA-seq, I reaslized that I need to provide the cell type information.
scDaPars.res.umap = umap(t(scDaPars.res))
scDaPars.res.umap.data = data.frame(scDaPars.res.umap$layout)
colnames(scDaPars.res.umap.data) = c("Dim1", "Dim2")
scDaPars.res.umap.data$cellType = cell_type$source_name

My question is that scDaPars can identify cell clusters, not depends known cell typ information?

@YiPeng-Gao
Copy link
Owner

Hello,
when I try to run scDaPars on one public scRNA-seq, I reaslized that I need to provide the cell type information.
scDaPars.res.umap = umap(t(scDaPars.res))
scDaPars.res.umap.data = data.frame(scDaPars.res.umap$layout)
colnames(scDaPars.res.umap.data) = c("Dim1", "Dim2")
scDaPars.res.umap.data$cellType = cell_type$source_name

My question is that scDaPars can identify cell clusters, not depends known cell typ information?

The cell type information is used as ground truth to evaluate if the clustering result is correct. The clustering itself does not require any prior cell type information.

@BenxiaHu
Copy link
Author

great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants