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

How to perform the imputation task on a new dataset without cell types #11

Open
lkmdeer opened this issue Feb 21, 2024 · 2 comments
Open

Comments

@lkmdeer
Copy link

lkmdeer commented Feb 21, 2024

Hi, I now want to use spatialscope as baseline, but it hardly works on the new dataset.
On the one hand the new dataset doesn't have cell type, I tried to use the clustering results as category labels or the scmap results as labels, neither is good, is it a big influence here?
On the other hand the genes in the dataset only retain the genes shared by ST and scRNA-seq (gene num < 1000), I tried to use cross validation, does the exceptionally low gene number affect the results?

@JiaShun-Xiao
Copy link
Collaborator

Hi, accurate cell type labels of scRNA-seq reference are very important for SpatialScope. To have the cell types for scRNA-seq, it is better to integrate scRNA-seq with some other scRNA-seq data with known cell types.
What ST data type are you using? why only <1000 shared genes left?
If the shared genes are very informative, such as marker genes and HVGs, 1000 genes may be sufficient

@lkmdeer
Copy link
Author

lkmdeer commented Feb 29, 2024

Hi, accurate cell type labels of scRNA-seq reference are very important for SpatialScope. To have the cell types for scRNA-seq, it is better to integrate scRNA-seq with some other scRNA-seq data with known cell types. What ST data type are you using? why only <1000 shared genes left? If the shared genes are very informative, such as marker genes and HVGs, 1000 genes may be sufficient

Thank you for your response. I preprocess both ST data and scRNA-seq data by retaining only the shared genes. Then, by applying a mask to the ST data and imputing the masked values, I perform cross-validation to impute all genes in the ST data.
I can now run SpatialScope correctly. Thank you very much for your assistance.

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