How to show names of selected nodes in cytoscape - cytoscape

Not sure where to ask, but found answers on cytoscape before, so here is the question.
I have a larger network in Cytoscape, about 1000 nodes. I want to show the whole net work with the names of a few nodes. I tried Annotation, but it is not editable after putting there (text or location).
Is there a way I can do something like this and keep other nodes clear, Programmatically or not?

Sure! You can select the nodes and then do a bypass to change the size, color, and label of the nodes.

Related

How do I get the top N filter to show the correct values in Tableau?

I am trying to show the top-most delayed airline routes in this dataset. Whenever I leave it unfiltered, I can see the most delayed set that I want to show. However, as soon as I apply a top N filter, it gives me a different list. I'm not sure what's happening here or how to fix it.
Link to workbook https://public.tableau.com/app/profile/shannon.ashberry/viz/FlightDelaysandCancellations_16448265391280/Top10MostDelayedRoutes?publish=yes
I hope the community can help.
Thanks,
Shannon
What I get
What I want
You probably want some of your filters to be applied first, and then compute the top 10 filter upon the results that pass the first filter. To make a filter take effect earlier, you can right click on the field in the filter shelf and add it to the context of your viz.
Search for “order of operations” in the tableau help for more info.

Labels from multiple series overlap

I have a container within which multiple series are displayed; I'm getting the data for the series from somewhere out of my reach. Each series has a label attached to it's last value.
The problem is that when the values from several series are close to each other, the labels overlap each other. I tried a couple of things which didn't work; I realize now the problem was I tried to adjust the settings of the individual series while what I need should somehow apply to combinations of series. I had no luck trying to find out how to get what I need.
Here's my fiddle. You can see there how the label "70" completely overlaps label "71" so the latter is not visible at all. If I remove the "70" label from the chart, "71" can be seen.
`http://jsfiddle.net/oybn2kax/8/`
Is there anything that can be done so that the labels are displayed in a way for both of them to be visible even if the values are close to each other?
Thanks a lot for your help and have a good time!

how to select all edges between two selected nodes in cytoscape using the GUI

Does anyone know how to select all edges between two selected nodes in cytoscape using the GUI?
This would be easy to do manually if it were a small network but in my case there are over 10k nodes.
Ideally I want to select all edges that are between a list of 70 nodes.
Thanks.
Well, much to my surprise, the answer is "no", I don't know of an easy way to select edges connecting two nodes. I have a "hacky" way to do it that would work, though:
Select all of the nodes you want
Do File->New Network->From Selected Nodes, All Edges. This will give you a new network with only the selected nodes and the edges that connect them. Now, change the "shared interaction" column for all of those edges to something unique (e.g. Select). This column is shared between the subnetwork you created and the original network.
Now, back in the original network, use can use the Filter panel to create a column filter looking for all edges with a shared interaction of "Select". They will then be selected.
Probably much more complex than you might want, but it will do the job. I would also recommend adding a feature request (Help->Report a Bug) for selecting edges connecting selected nodes.

Is there any way to make a dynamic formatting with query?

I have a complex sheet made by a query, and I would like to combine colors and borders to make easier to use. But as the size of the tables changes dynamically, I guess I have to add something like format commands into the query formula. But I don´t know if that is possible. For example, changing the colors of column A depending on the Values of column B. Or defining the external borders of a table although the size of the table is not always the same.
no, this is not possible to manage from QUERY
for color change, you will need to use Conditional formatting (with custom formula if it's more complex)
and I guess you should give up on border color change as well as marge cell dynamicity (this can be controlled only by a script and even then it's tricky)

How to filters issues with more than one label associated

Is there a filter in jira where I can show issues with more than one label associated to it? Is there some size option?
There is no size in JQL. I guess you can write "OR" for all labels.

Resources