R package, Seurat, interfering with ggplot2/plotly output -


i writing r script in rstudio looking @ single cell data , generating various graphs. package using ggplot2. generates nice graph outputs when seurat library not loaded: pure ggplot2 graph

then when seurat library imported, graph reverts ugliness: seurat interfered plot here list of imports seurat brings upon being included:

imports: methods, rocr, stringr, mixtools, lars, fastica, tsne, rtsne, fpc, ape, vgam, pbapply, igraph, fnn, caret, plyr, dplyr, rcolorbrewer, mass, matrix, irlba, reshape2, gridextra, gplots, gdata, rcpp, rcppeigen, rcppprogress, tclust, ranger

any thoughts on how have both libraries present without alterations in graph output?

solutions tried: - tried "detach("package:seurat", unload = true)" //did not revert plots upon closing , reloading rstudio , did not allow upstream code chunks provide ggplot2 normal graphing.

thanks.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -