seqscope / ficture

https://seqscope.github.io/ficture/
Other
25 stars 2 forks source link

Output details and the downstream analysis #16

Open camelest opened 1 month ago

camelest commented 1 month ago

Hi, thank you again for the great tool. I'm sorry for adding some naive questions.

Thank you so much for your help in advance.

Yichen-Si commented 3 weeks ago

1 As performing DE analysis between factors after pixel level assignment is subject to huge inflation due to double-dipping, I do not recommend doing so. But if you just want to do it for exploratory purposes you could use any pseudobulk analysis using the posterior count.

2 Yes it is in general acceptable to use K1 as a categorical assignment. In the file you would also find the probabilities associated with each of the three top factors that provides a (very loose) assessment of the uncertainty.

camelest commented 6 days ago

@Yichen-Si Thank you so much for your prompt response. I also checked #7 and successfully used spatula to obtain pixel-level K1 assignment.

Now when I visualize the spatial distribution of each factor, the resulting clusters seem to have less distinct spatial distribution compared with cell segmented datasets. Do you have some advice on how to tune the parameters?

I'm working on Stereo-seq adult brain dataset. For example, I don't see clusters corresponding to hippocampus CA regions or some clusters span across cortex and thalamus even though the marker genes are mainly thalamus-specific.

I used --n-factor of of 12, 18, 24, 30 with --train-width of 12.

Thank you once again for your kind help.