Learn R Programming

MSCquartets (version 3.2)

pTableYeastRokas: pTable for Yeast dataset

Description

An .rda file dataset for the "dataYeastRokas" dataset. This is a subset of the data of Rokas03;textualMSCquartets.

Usage

data(pTableYeastRokas)

Arguments

Format

an R data file

Details

This is provided primarily so that examples of other functions run more quickly. It can be reproduced by the following example code below.

References

Rokas03MSCquartets

Examples

Run this code
# \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