[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Adjacency List of a Subgraph using iGraph
From: |
Gábor Csárdi |
Subject: |
Re: [igraph] Adjacency List of a Subgraph using iGraph |
Date: |
Wed, 30 Dec 2015 10:59:38 +0000 |
Hi, is this in R? Or Python? Gabor
On Wed, Dec 30, 2015 at 10:52 AM, Ayushi Dalmia
<address@hidden> wrote:
> Hello,
>
> I want to get the adjacency list of a subgraph. I am obtaining the subgraph
> of a graph by passing a set of vertices. Using the adjacency get_adjlist
> method I can get the adjacency list for this subgraph. However, the
> subgraph now uses a completely different set of ids. How can I get the
> original mapping?
>
> Thanks and regards,
> Ayushi Dalmia
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>