2f97de14 |
Package: OncoSimulR
Type: Package
|
5a471d04 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis
|
4116089b |
Version: 2.13.0
|
65fa139d |
Date: 2018-07-16
|
debcf5f5 |
Authors@R: c(person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"),
email = "rdiaz02@gmail.com"),
person("Mark", "Taylor", role = "ctb", email = "ningkiling@gmail.com"))
Author: Ramon Diaz-Uriarte [aut, cre],
Mark Taylor [ctb]
|
2f97de14 |
Maintainer: Ramon Diaz-Uriarte <rdiaz02@gmail.com>
|
e693f153 |
Description: Functions for forward population genetic simulation in
asexual populations, with special focus on cancer progression.
Fitness can be an arbitrary function of genetic interactions between
|
5d9775a3 |
multiple genes or modules of genes, including epistasis, order
|
50a94207 |
restrictions in mutation accumulation, and order effects. Mutation
rates can differ between genes, and we can include mutator/antimutator
genes (to model mutator phenotypes). Simulations
|
5d9775a3 |
use continuous-time models and can include driver and passenger genes
|
7c1a570f |
and modules. Also included are functions for: simulating random DAGs
|
5d9775a3 |
of the type found in Oncogenetic Tress, Conjunctive Bayesian Networks,
|
7c1a570f |
and other tumor progression models; plotting and sampling from
|
5d9775a3 |
single or multiple realizations of the simulations, including
|
7c1a570f |
single-cell sampling; plotting the parent-child relationships of the
clones; generating random fitness landscapes (Rough Mount Fuji, House
of Cards, and additive models) and plotting them.
|
2f97de14 |
biocViews: BiologicalQuestion, SomaticMutation
License: GPL (>= 3)
|
e6e95f54 |
URL: https://github.com/rdiaz02/OncoSimul, https://popmodels.cancercontrol.cancer.gov/gsr/packages/oncosimulr/
BugReports: https://github.com/rdiaz02/OncoSimul/issues
|
50a94207 |
Depends: R (>= 3.3.0)
|
b137a4a3 |
Imports: Rcpp (>= 0.12.4), parallel, data.table, graph, Rgraphviz, gtools, igraph, methods, RColorBrewer, grDevices, car, dplyr, smatr, ggplot2, ggrepel, nem
|
bbd76086 |
Suggests: BiocStyle, knitr, Oncotree, testthat (>= 1.0.0), rmarkdown, bookdown, pander
|
2f97de14 |
LinkingTo: Rcpp
VignetteBuilder: knitr
|
5d9775a3 |
|