-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure S3 explanation #5
Comments
Hey Atul! setup
Could you let me know what the problems you are having in setting up the dyngen manuscript codebase are? Normally it should just be cloning the dyngen_manuscript and using devtools to install it: git clone https://github.com/dynverse/dyngen_manuscript.git
Rscript -e 'devtools::install()' points in plot
If you want, you can check out the results yourself. Once you open up the Rstudio project (dyngen_analysis.Rproj), you can load the evaluation results using the following code. library(tidyverse)
library(dyngen.manuscript)
exp <- start_analysis("usecase_network_inference")
out <- exp$result("scores.rds")
out$aucs
baseline scores
The baseline mean AUROC given a random prediction is 0.5 (by definition). For the AUPR it should be around 0.01, but this will vary from dataset to dataset. Would you like me to check out the values for this? Kind regards, |
Yes, that would be great, thanks! |
We used dyngen for evaluation of SINGE and other methods to identify the regulatory networks from dyngen data and had a few questions regarding Figure S3.
Unfortunately, we weren't able to locally run the scripts in this repository. Can you please clarify what the baseline precision (number of true edges/ total number of possible edges) in the ground truth network in Figure S3 are? Also, could you explain what the multiple points in the plots for each method correspond to? Are those for different hyperparameter settings?
The text was updated successfully, but these errors were encountered: