You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to phyloP -h, and if I understand it correctly, --branch human and --subtree human should output the same results:
"--subtree human" will create one partition
consisting only of human and the branch leading to it and another
partition consisting of the rest of the tree.
But sometimes the results differ. Here are the minimal code and data set to reproduce the problem: attachment.tar.gz (~16KB)
The differences seem to come up from the blocks with only two sequences (7169476 has only hg38 and panTro4) or without target sequences (7106321 lacks mm10). The output values should be blank/NA on such blocks. So 1.00000 by --subtree makes sense, and I guess --branch is doing something wrong.
According to
phyloP -h
, and if I understand it correctly,--branch human
and--subtree human
should output the same results:But sometimes the results differ. Here are the minimal code and data set to reproduce the problem:
attachment.tar.gz (~16KB)
The differences seem to come up from the blocks with only two sequences (
7169476
has only hg38 and panTro4) or without target sequences (7106321
lacks mm10). The output values should be blank/NA on such blocks. So1.00000
by--subtree
makes sense, and I guess--branch
is doing something wrong.The original data were downloaded from UCSC:
https://hgdownload.soe.ucsc.edu/goldenPath/hg38/phyloP20way/hg38.phyloP20way.mod
https://hgdownload.soe.ucsc.edu/goldenPath/hg38/multiz20way/maf/chrY.maf.gz
The text was updated successfully, but these errors were encountered: