Closed cherrie-g closed 1 month ago
I think the current code has a bug when mu_scale is not 1. We will work on fixing the bug. In the meantime, please change your spatial coordinate so that it is micrometer scale, and set mu_scale=1.
It works. Thanks! Is there any parameter recommendation for Stereo-seq?
@cherrie-g Hi, do you mind sharing how you converted the spatial coordinate so that mu_scale would be 1? Did you use the distance of 500 (or 715 nm??) for distance 1 in the spatial coordinate for the conversion? Thank you so much for your help.
@cherrie-g Hi, do you mind sharing how you converted the spatial coordinate so that mu_scale would be 1? Did you use the distance of 500 (or 715 nm??) for distance 1 in the spatial coordinate for the conversion? Thank you so much for your help.
I just extract the 'gene', 'x', 'y', 'MIDCount' column in gem file. And sort by either axis, calculate the max and min value of x, y.
@cherrie-g @hyunminkang Thank you so much, I see. Don't we need to convert x and y coordinate by
new_x = original_x_from_gem * 0.5 (or 0.715??)
or something to set mu_scale=1?
@cherrie-g @hyunminkang Thank you so much, I see. Don't we need to convert x and y coordinate by
new_x = original_x_from_gem * 0.5 (or 0.715??)
or something to set mu_scale=1?
That's maybe more reasonable I think.
Hi, I‘m using FICTURE on Stereo-seq data. And I transform the Stereo-seq expression matrix to the input format and sort by X axis as below:
Then I ran FICTURE like this:
The head lines of the *.pixel.sorted.tsv.gz were like:
Python version in my environment was 3.9. Could you find what's wrong with my run?