
An .rda file dataset for the "dataYeastRokas" dataset. This is a subset of the data of Rokas03;textualMSCquartets.
data(pTableYeastRokas)
an R data file
This is provided primarily so that examples of other functions run more quickly. It can be reproduced by the following example code below.
Rokas03MSCquartets
# \donttest{
gtrees=read.tree(file = system.file("extdata","dataYeastRokas",package="MSCquartets"))
QT=quartetTable(gtrees)
RQT=quartetTableResolved(QT)
pTable=quartetCutTestInd(RQT)
pTable=quartetTreeTestInd(pTable)
pTableYeastRokas=quartetStarTestInd(pTable)
# }
Run the code above in your browser using DataLab