Chris Stubben

Results 8 comments of Chris Stubben

![emap](https://user-images.githubusercontent.com/1322406/133556870-3d3429ef-d53a-494e-a969-d0dae2e84d69.png)

I think the widths should range from the min_edge or 0.2 to 1, but it's very difficult to tell which pairs of terms in the plot have 100% similarity compared...

This [answer](https://stackoverflow.com/questions/56173310/how-to-adjust-the-width-of-edges-by-weight-in-ggraph-network-in-r) on StackOverflow might help and maybe all that's needed is the option to adjust the scale_edge_width? ``` library(ggraph) library(igraph) data=data.frame(w1=c(rep('apple', 4), 'pear', 'pear', 'peach'), w2 = c('orange', 'pear','peach',...

This looks much better but the legend does not make sense (4 to 6?). `emapplot(edo, cex_line=3) + scale_edge_width(range = c(1,10))`

Any updates on this issue? I'd also like to get batch corrected expression values but don't see anything in the devel branch.

Great, thanks. At least with an empty table you can still add the hit_count attribute, but NULL works too.

That will work for a few articles, but I'd like MeSH terms for 100s of articles and downloading one at a time will take too long. I'd like the option...