Description Usage Arguments Examples
dynPlot Diagnostic plots
1 | dynPlots(dynList, indivPlots = T)
|
dyn |
output from dynamicThreshold |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
connect("yourDomain", password="yourPassword")
newblerDir= "~/simulation_fr_the_beginning/reAssemble/everybodyelse/data/newbler/"
dynList = scg %>% gsub("ko:", "", .) %>%
mclapply(dynamicThreshold, root=newblerDir, mc.cores=20)
dynList = scg %>% gsub("ko:", "", .) %>% head(n=1) %>%
lapply(dynamicThreshold, root=newblerDir)
pdf("thresholdPlots.pdf", width=10)
plotDF = dynPlots(dynList, F)
dev.off()
pdf("abundance.pdf", width=10)
lapply(plotDF$details,"[[", 1)
dev.off()
plotDF$p %>% ggsave(file="summaryPlot.pdf", w=10)
plotDF$violin %>% ggsave(file="violin.pdf", w=10, h=4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.