Hello, i think that the subsetting procedure doesn't filter out edges to the nodes that actually exist in the subset.
If i try to load the csv to neo4j with the command, it gives an error by finding edges pointing to nodes (id) that do not exist (since by subsetting a lot of nodes are excluded).
I don't know if this should not happen and i did something wrong with the import, but if this is not the case i think we should ensure that during the subset option, each edge is retained only if both source and also target nodes are present in the nodes subset.
Hello, i think that the subsetting procedure doesn't filter out edges to the nodes that actually exist in the subset.
If i try to load the csv to neo4j with the command, it gives an error by finding edges pointing to nodes (id) that do not exist (since by subsetting a lot of nodes are excluded).
I don't know if this should not happen and i did something wrong with the import, but if this is not the case i think we should ensure that during the subset option, each edge is retained only if both source and also target nodes are present in the nodes subset.