mutDistriWGS: Distribution of single base substitutions

Description Usage Format Source Examples

Description

Distribution of single base substitutions over all currently available WGS genomes in ICGC data realse 23.

Usage

1
data("mutDistriWGS")

Format

A data frame with 3543 observations on the following variable.

X0

a numeric vector

Source

Zhou, Nan, et al. "Pan-cancer scale landscape of simple somatic mutations." bioRxiv (2017): 112367.

Examples

1
2
3
4
5
6
7
data(mutDistriWGS)
head(mutDistriWGS)

## Not run: 
plot(1:nrow(mutDistriWGS), sort(c(t(mutDistriWGS)), decreasing = TRUE))

## End(Not run)

simMP documentation built on May 1, 2019, 8:40 p.m.

Related to mutDistriWGS in simMP...