Closed Pancreas-Pratik closed 3 years ago
Thanks for flagging this issue, somehow i never experienced this before but could reproduce it with your example. I just committed a fix for this, which does not rely on any global variables anymore but only creates package global variables. That should do the trick.
Let me nevertheless make a comment regarding the script you were using. The data you referenced contains Ensembl gene Id's, which are not directly usable by InterCom. Instead, you must supply gene symbols, since all the background data is built solely on gene symbols. Therefore, please make sure to transform the input matrix to carry counts based on gene symbols before invoking InterCom.
Having said that, there are a few considerations here, which determine the output of InterCom:
In any case, i'll upload a script for reproducing the results in the paper in a couple of days.
Please let me know whether the initial issue of the global variables is fixed and open another issue for further inquiries not related to this.
Hi Dr. Chung - the initial issue of global variables is fixed. Thank you.
Hi Dr. Jung,
I am receiving an error message when using InterCom:
I was hoping you could, please, help find a solution?
I did some googling and found that there are two ways around this, I think. https://stackoverflow.com/questions/30959050/why-am-i-getting-namespace-is-locked-in-rstudio This one says to place add=F like so:
However that was unsuccessful.
The other option is on this page: https://github.com/STAT545-UBC/Discussion/issues/451 I am not sure if that page provides an actual solution. Other than the first solution.
The data I am using is the one from the recent nature paper featuring your package. https://human-pancreas-dev.cells.ucsc.edu Here is an example of the full example:
Thank you again for your work on this project. I am excited to use InterCom!