-
Notifications
You must be signed in to change notification settings - Fork 13
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 add cell types to deconvoluted 10x Visium data? #57
Comments
Hi @532at, If I understand correctly, you would like to better visualize which pixels belong the 5 different cell type groups? Actually, these are already visualized in the plot. The groups color the boundaries/lines of the scatter pies, whereas the topic colors fill the scatter pies. The plotting function is essentially a wrapper around ggplot2. You can add another layer to the plot to change the sizes of the scatter pie lines if they are too small for your liking. Hope this helps, |
Hi @bmill3r, not really, I put this image as an example what I would like to have after following your tutorial for Visium 10x Genomics (https://github.com/JEFworks-Lab/STdeconvolve/blob/devel/docs/visium_10x.md). If you click this link you will see that it creates different figure (below), without cell type groups. My question is how I can add these cell types groups to that pipeline. Thanks, |
Hi @532at , If you look at the code chunk to generate that figure about:
you'll see the last line:
This is added on in this particular tutorial to remove the cell type groups. Just run the code but do not use this line and Hope this helps, |
Hi,
I went through the whole tutorial (https://github.com/JEFworks-Lab/STdeconvolve/blob/devel/docs/visium_10x.md) with my data. Was wondering how to add these pixel groups of certain cell types as below:
This part is not covered in the tutorial, but is I think the most important for the results.
Best,
Adrian
The text was updated successfully, but these errors were encountered: