You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While generating image plots using the ImageDimPlot function, I noticed an unexpected behavior when adjusting the mols.size parameter, which controls the size of the red dots representing molecules.
When comparing two figures:
1. First one generated with mols.size = 0.5
2. Second one generated with mols.size = 1
The red dots became smaller as expected. However, upon closer inspection, I observed some points that seemed to have changed positions, or disappeared, or newly appeared.
This discrepancy is puzzling, as the molecule positions should remain consistent regardless of dot size. I suspect this might be a visual artifact caused by altering the mols.size parameter. It seems possible that changing the size modifies the layer visibility within the image, potentially causing some areas to be covered or newly revealed.
The only difference between the two plots was the mols.size parameter.
Is this behavior expected, or does it indicate a potential issue with how ImageDimPlot renders molecule dots at different sizes?
If this is a known limitation, are there recommendations to ensure consistent visualization while adjusting dot sizes?
I appreciate any guidance or clarification regarding this matter. Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered:
Hello Seurat Team,
While generating image plots using the ImageDimPlot function, I noticed an unexpected behavior when adjusting the mols.size parameter, which controls the size of the red dots representing molecules.
When comparing two figures:
1. First one generated with mols.size = 0.5
2. Second one generated with mols.size = 1
The red dots became smaller as expected. However, upon closer inspection, I observed some points that seemed to have changed positions, or disappeared, or newly appeared.
This discrepancy is puzzling, as the molecule positions should remain consistent regardless of dot size. I suspect this might be a visual artifact caused by altering the mols.size parameter. It seems possible that changing the size modifies the layer visibility within the image, potentially causing some areas to be covered or newly revealed.
Here is the code I used to generate the plots:
The only difference between the two plots was the mols.size parameter.
Is this behavior expected, or does it indicate a potential issue with how ImageDimPlot renders molecule dots at different sizes?
If this is a known limitation, are there recommendations to ensure consistent visualization while adjusting dot sizes?
I appreciate any guidance or clarification regarding this matter. Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered: