Skip to content

Comments

Add ggmuller plots#11

Open
juanjovazpar wants to merge 3 commits intordiaz02:masterfrom
juanjovazpar:master
Open

Add ggmuller plots#11
juanjovazpar wants to merge 3 commits intordiaz02:masterfrom
juanjovazpar:master

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