powered by
To get SNA genotyping matrix \(Z\) from location of SNAs on the tree. Used in canopy.sample.
canopy.sample
getZ(tree, sna.name)
input tree
vector of SNA names
Genotyping matrix \(Z\).
# NOT RUN { data(MDA231_tree) data(MDA231) sna.name = rownames(MDA231$R) getZ(MDA231_tree, sna.name) # }
Run the code above in your browser using DataLab