issues
search
matsengrp
/
larch
Inference and manipulation of history DAGs
MIT License
2
stars
2
forks
source link
Ambiguous VCFs & LoadMATFromProtobuf
#62
Closed
davidrich27
closed
1 year ago
davidrich27
commented
1 year ago
construct a DAG from protobuf (tree shaped, since it's from a MAT protobuf)
create a MAT conversion object for the DAG
call VCF_input() on the MAT
create an Original_State_t object to hold the ambiguous leaf data
call check_samples() on the MAT and pass in the Original_State_t object to populate it.
ognian-
commented
1 year ago
Amazing work, looks great to me!