sptree.alleletable | R Documentation |
This function can create a matrix to present the sequence-species relationship.
sptree.alleletable(numsgenenodes)
numsgenenodes |
number of sequences for each species |
The matrix created by this function can be used as species.structure.
Liang Liu
numsgenenodes<-c(1,1,1,1,1,2,2,1,1,1,1,2,3,2,2,2,1,1,1,2,1,8,2,2,2,1,1,1)
species.structure<-sptree.alleletable(numsgenenodes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.