Komal Rathi

Results 12 comments of Komal Rathi

@cpsievert I know you are quite busy but just wanted to follow up on this. This is driving me crazy as this works on plot.ly webpage and doesn't work when...

Thanks @tiagochst - do you mind if I keep this ticket open just in case you or someone else can figure it out in the near future?

@tiagochst I have not, but that is a good idea. What I have done right now is 1) get total copy number like above 2) get ploidy from clinical data...

Hi I am also facing the same issue: ``` query

Thank you @tiagochst - any idea how to access cytoband info or should I get that from a separate resource like biomart?

Just letting you know that the problem is occurring with igraph v1.2.5 but not with igraph v1.2.4. You can either close this or keep it open, although I have posted...

@briatte I haven't tried it but looks like it works thanks @almeidasilvaf for giving it a go.

I was able to get this working: ```r library(igraph) library(GeneNetworkBuilder) library(ggnetwork) data("ce.miRNA.map") data("example.data") data("ce.interactionmap") data("ce.IDsMap") sifNetwork

![image](https://user-images.githubusercontent.com/7000615/115736206-1a160680-a359-11eb-9500-2b79949968a1.png) This is the plot I get after running the code below so I am guessing it is working as expected?: ```r library(igraph) library(GeneNetworkBuilder) library(ggnetwork) data("ce.miRNA.map") data("example.data") data("ce.interactionmap") data("ce.IDsMap") sifNetwork

I cannot recall but there was an issue downstream (when I wanted to plot the network) and which is why why I might have decided to downgrade to v0.5.1. What...