spstructure {phybase} | R Documentation |
This function can create a matrix to present the sequence-species relationship.
spstructure(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<-spstructure(numsgenenodes)