Learn R Programming

oncomodel (version 1.0)

kidney: Cytogenetic Data from Kidney Carcinoma

Description

This data set contains cytogenetic data from 173 cases of renal clear cell carcinoma, covering 7 frequent chromosomal aberrations, as well as the corresponding maximum likelihood tree model.

Usage

data(kidney)

Arguments

Format

A list with the following components:
  • xthe binary data matrix
  • resthe ML tree model, a list with components:
    • treethe tree in matrix format
    • pthe conditional probabilities associated with the edges
    • var.namescharacter vector of variable names
    • totloglikthe log-likelihood of the tree model.
    • newickthe tree model in Newick format