Last data update: 2014.03.03

R: Constructing and evaluating oncogenetic trees
Oncotree-packageR Documentation

Constructing and evaluating oncogenetic trees

Description

Oncogenetic trees are directed tree structures that model the process of occurrence of genetic alterations during carcinogenesis.

Details

Package: Oncotree
Type: Package
Version: 1.0
Date: 2007-01-30
License: GPL 2 or newer

A pure oncogenetic tree is a directed rooted tree T with a probability π (e) attached to each edge e such that for every vertex there is a unique directed path from the root to it along the edges of the tree. This tree generates observations on the presence/absence of genetic events the following way: each edge e is independently retained with probability π (e); the set of vertices that are still reachable from the root gives the set of the observed genetic evets.

To describe random deviations from the pure tree model an error model is added.

Error model

  1. The tumor develops according to the pure oncogenetic tree model

  2. The presence/absence of each alteration is independently measured

  3. If the alteration is present it is not observed with probability ε_-.

    If the alteration is absent it is observed with probability ε_+.

Author(s)

Lisa Pappas, Aniko Szabo

Maintainer: Aniko Szabo <aszabo@mcw.edu>

References

[1] Desper R., Jiang F., Kallioniemi O.P., Moch H., Papadimitriou C.H., and Sch"affer A.A. (1999) Inferring tree models for oncogenesis from comparative genome hybridization data. Journal of Computational Biology. 6m 37–51. [2] Szabo, A. and Boucher, K. (2002) Estimating an oncogenetic tree when false negative and positives are present. Mathematical Biosciences, 176/2, 219–236.

Examples

  data(ov.cgh)
  ov.tree <- oncotree.fit(ov.cgh)
  plot(ov.tree, edge.weights="estimated")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Oncotree)
Loading required package: boot
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Oncotree/Oncotree-package.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Oncotree-package
> ### Title: Constructing and evaluating oncogenetic trees
> ### Aliases: Oncotree-package Oncotree
> ### Keywords: package
> 
> ### ** Examples
> 
>   data(ov.cgh)
>   ov.tree <- oncotree.fit(ov.cgh)
>   plot(ov.tree, edge.weights="estimated")
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>