Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something about qpGraph #95

Open
bighawkin opened this issue Jul 28, 2022 · 0 comments
Open

something about qpGraph #95

bighawkin opened this issue Jul 28, 2022 · 0 comments

Comments

@bighawkin
Copy link

i am confused about this command
qpGraph -p parfile -g graph [-o outgraph] [-d dotfile]

i want to know how i can do with -g graph . it semms to need a tree structure, but how to write the note.

From read the expamle , i see above , but i have no idea to write my own messages , the lable and edge ....

root R
label Out O

label lables populations (leaf nodes) here population is "Out" vertex is "O"

label A A
label B B
label C C
label X X
edge q R Q

edge name q R -> O

edge o R O
edge cc Q CC
edge ab Q AB
edge c CC C
##edge ca CC CA
edge a AB A
edge bb AB BB
edge b BB B
##edge ba BB BA
admix XX BB CC 70 30

XX is admixture node BB , CC ..> XX with mixing proportions .7 .3

qpGraph normalizes weights to sum to 1

edge x XX X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant