Closed Pancreas-Pratik closed 3 years ago
I looked into this and the issue is not directly related to InterCom, but rather the input data. I realized that the location from where you obtained the data does not provide raw count matrices but only integrated data from Seurat. Therefore, the matrix contains negative values, which results in negative edge weights and leads to the error you're seeing. As a general rule, the integrated data from Seurat should not be used for any quantitative downstream analyses (see here, for instance).
To make it work for you, i'll make the count matrix available together with a function for reproducing the networks. In addition, i'll clarify in the Readme that raw counts should be used.
Thank you, sir. I was actually going to ask if you could provide the raw count matrix, especially for the fetal pancreas 7-10 wpc data.
For another analysis, I attempted to open the integrated/log-transformed data from https://human-pancreas-dev.cells.ucsc.edu previously on Seurat to explore the dataset, however, after someone from the Seurat team showed me that the data was log-transformed, I learned that I could not do this (without reversing what was done).
Again thank you for everything, Dr. Chung. I look forward to your response, sir.
Dear Dr. Chung,
Thank you for fixing the previous issue I was receiving. I am receiving the following issue now:
I think the root of the error is because I am running org.Hs.eg.db on Bioconductor version: Release (3.13), and not 3.10 where the original analysis was performed.
I am using the data from: https://human-pancreas-dev.cells.ucsc.edu
Here is my workflow:
Here is my output and the error:
Here is my sessionInfo()
Thank you again, and I look forward to your response.