To answer the issue, I extend the covplot
function to support viewing coverage of a list of GRanges
objects or bed
files.
library(ChIPseeker)
files
By default, The coverage plot are merged together with different color. Users can separate them to different panels using facet_grid
.
library(ggplot2)
col
Related
To leave a comment for the author, please follow the link and comment on their blog: R on Guangchuang Yu.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: Data science, Big Data, R jobs, visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more…
If you got this far, why not subscribe for updates from the site? Choose your flavor: e-mail, twitter, RSS, or facebook…
Source:: r-bloggers.com