Murali-group / Beeline

BEELINE: evaluation of algorithms for gene regulatory network inference
GNU General Public License v3.0
171 stars 53 forks source link

An issue of Beeline/Algorithms/SCRIBE/runScribe.R #39

Closed AprilYuge closed 4 years ago

AprilYuge commented 4 years ago

Line 122: ordering_genes not defined.

adyprat commented 4 years ago

Could you please provide more information on how you got this error?

AprilYuge commented 4 years ago

When I ran "Rscript runScribe.R -e ./data/SCRIBE_copd_count.csv -c ./data/copd_pseudotime.csv -g ./data/SCRIBE_GeneData.csv -o ./output/SCRIBE -d 5 -l 0 -m ucRDI -x negbinomial.size --outFile copd_out.csv -i", I got an error saying object 'ordering_genes' not found. I looked through runScribe.R and I think the reason is that 'ordering_genes' is not defined before line 122. I checked the documentation of monocle and added "ordering_genes <- disp_table$gene_id" to make it finally work.

adyprat commented 4 years ago

Ah, I must have missed that. Thanks!

AprilYuge commented 4 years ago

No problem!