README.md

Knudson

This package provides the data from Table 1 from Knudson (1971). This paper, entitled "Mutation and cancer: statistical study of retinoblastoma", provided the basis for the two-hit hypothesis of cancer.

The two-hit hypothesis states that cancer arises via mutation of tumor supressor genes (TSGs), of which there are generally two genetic copies. Some patients are born with a mutation in one of the two copies of a TSG, which predisposes them to cancer.

The vignette also serves as a reproducibility case study that attempts to recreate Figure 1 using the data in Table 1 from Knudson (1971) (see below).

Installation

## Install the development version of knudson from github
devtools::install_github("dpique/knudson",
    build_opts=c("--no-resave-data", "--no-manual"),
    build_vignettes=TRUE)

library(knudson)

## open the vignette
vignette("knudson")


dpique/knudson documentation built on March 17, 2020, 3:55 p.m.