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
Your work on integrating spatial gradients and multiple tasks in ST data analysis is truly inspiring!
I'm opening this issue to for some tiny problems in GASTON framework. According to your article, a neural network is used to predict the expression (a_{i}) from spatial coordinates ((x,y)) via isodepth (d_i). In the methods section (lines 613-616) of the preprint, it states that "solving (10) is equivalent to learning the parameters of a single network...". My understanding is that this implies using the likelihood of (\mathbb{P}(a_{i,g}|h_{\theta'(d_{\theta}(x,y))})) as the training loss for the network. However, while reading the code, I noticed that the gaston.neural_net.train function uses a general MSE loss to evaluate the bias between the reconstructed expression profile and the ground truth GLM-PCs. Is this the intended behavior?
Additionally, I observed that a linear regression, rather than a Poisson regression, is applied during segment regression. Does this mean that a simple linear regression is sufficient for handling the expression profiles?
Hi!
Your work on integrating spatial gradients and multiple tasks in ST data analysis is truly inspiring!
I'm opening this issue to for some tiny problems in GASTON framework. According to your article, a neural network is used to predict the expression (a_{i}) from spatial coordinates ((x,y)) via isodepth (d_i). In the methods section (lines 613-616) of the preprint, it states that "solving (10) is equivalent to learning the parameters of a single network...". My understanding is that this implies using the likelihood of (\mathbb{P}(a_{i,g}|h_{\theta'(d_{\theta}(x,y))})) as the training loss for the network. However, while reading the code, I noticed that the
gaston.neural_net.train
function uses a general MSE loss to evaluate the bias between the reconstructed expression profile and the ground truth GLM-PCs. Is this the intended behavior?GASTON/src/gaston/neural_net.py
Line 167 in 08fdfc2
Additionally, I observed that a linear regression, rather than a Poisson regression, is applied during segment regression. Does this mean that a simple linear regression is sufficient for handling the expression profiles?
GASTON/src/gaston/dp_related.py
Line 61 in 08fdfc2
Looking forward to your response!
Best regards!
14 Dec 2024
The text was updated successfully, but these errors were encountered: