mutDistriWGS {simMP} | R Documentation |
Distribution of single base substitutions
Description
Distribution of single base substitutions over all currently available WGS genomes in ICGC data realse 23.
Usage
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
data(mutDistriWGS)
head(mutDistriWGS)
## Not run:
plot(1:nrow(mutDistriWGS), sort(c(t(mutDistriWGS)), decreasing = TRUE))
## End(Not run)
[Package simMP version 0.17.3 Index]