Can I modify the population after I loaded the vcf file into tree sequence ? #2173
Answered
by
jeromekelleher
silvewheat
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
jeromekelleher
Apr 4, 2022
Replies: 1 comment
-
Hi @silvewheat 👋 You can update the population information afterwards using the tables API. Essentially, you'll need to add a new population to the popualtion table, and then edit the node table so that the population column reflects the required structures. However, you don't actually have to do this if all you want to do is compute GNNs. The GNN method takes a list of "sample sets", which may or may not correspond to populations. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
silvewheat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @silvewheat 👋
You can update the population information afterwards using the tables API. Essentially, you'll need to add a new population to the popualtion table, and then edit the node table so that the population column reflects the required structures.
However, you don't actually have to do this if all you want to do is compute GNNs. The GNN method takes a list of "sample sets", which may or may not correspond to populations.