-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unbiased Marker Selection for Clusters #196
Comments
Hi @Palomapvb , very cool! We don't have a default function for this, largely because in cytometry panels we are usually working with smaller targeted panels so it's bit easier to look at things more bespokely. However, we have been intending to implement a solution here as we do more work interacting with large panels and CITE-seq datasets etc. The other option is you can convert to a Seurat object or SingleCellExperiment object (see this tutorial) and use other packages to do the same. @ghar1821 do you have anything on hand? |
I don't have anything on hand unfortunately! The best thing to do for now is to convert data.table to SCE and use marker gene detection function in scran. See this tutorial: https://bioconductor.org/books/3.19/OSCA.basic/marker-detection.html. |
Hi, |
Hi!
First off, thank you for creating such a great tool!
I'm working with a dataset that includes over 200 markers, and we’re looking to identify the top 5 or 10 markers that define each cluster in an unbiased way, similar to Seurat’s FindAllMarkers function. I’d like to know if there’s a method or function in Spectre that can help us do this systematically.
Any advice on how to approach this would be greatly appreciated!
Thanks!!
The text was updated successfully, but these errors were encountered: