superphy / prairiedog

next-gen pangenome graphs for predictive genomics
Other
0 stars 0 forks source link

Consider adding Node metadata #91

Open kevinkle opened 5 years ago

kevinkle commented 5 years ago

The idea would be, something like:

for node A, has attributes MIC_AMP_1: some number of genomes, MIC_AMP_2: some number of genomes.

We could do this after the fact to by going through the graph and for each node: query all its edges and lookup associated MIC/metadata value.

We could also do this as we add genomes / when we update the graph with new genomes.

This might be useful for some GWAS work, such as finding which nodes (kmers) and paths are most associated with which phenotypes

kevinkle commented 5 years ago

Look more into scoary