Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ggmuller plots #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

juanjovazpar
Copy link

Master on Bioinformatics and Computational Biology

By:
Abdul Khalek G., Naim
Cerdán Vélez, Daniel
Pozuelo Rollón, Blanca M.ª
Vázquez Parra, Juan José

Add ggmuller plots for oncosimulR. Plot types frequency and population were implemented.

Script for testing:
install.packages("devtools")
library(devtools)
install_github("juanjovazpar/OncoSimul/OncoSimulR", force = TRUE)
library(OncoSimulR)

data(examplesFitnessEffects)
simulation <- oncoSimulIndiv(examplesFitnessEffects[["o3"]],
model = "McFL",
mu = 5e-5,
detectionSize = 1e8,
detectionDrivers = 3,
sampleEvery = 0.025,
max.num.tries = 10,
keepEvery = 5,
initSize = 2000,
finalTime = 3000,
onlyCancer = FALSE,
keepPhylog = TRUE)

plot(simulation, type = "muller")
plot(simulation, type = "muller", muller.type="population")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant