The paper states that a Graph-AutoEncoder was used to obtain the latent representation. But the code appears to directly use the original gene counts after preprocessing. Could you provide code that is consistent with the description in the paper? Thanks !
SAME QUESTION!!!
IT LOOKS LIKE "only modified the code line 35 in file src/main_model_st.py " with 'self.gnnencoder = GNNModule(input_dim, input_dim)' , and never used anywhere.
The paper states that a Graph-AutoEncoder was used to obtain the latent representation. But the code appears to directly use the original gene counts after preprocessing. Could you provide code that is consistent with the description in the paper? Thanks !