-
https://cran.r-project.org/web/packages/cowplot/vignettes/introduction.html
-
Hi, I had a problem when combine ggplot2 plots with ggbio plot.
here is my ploting codes
fig1
-
**Aim**
To generate Manhattan plot with plotGrandLinear function
**Script**
library(GenomicRanges)
library(ggbio)
library(readr)
library(tidyr)
library(dplyr)
input_dir = "/mnt/d/NGS/r…
-
There's a bad link on main github page for ggbio where it says "Please visit ggbio homepage for more tutorials and case studies." The phrase "ggbio homepage" has a link to the URL http://www.tengfei.…
-
When `autoplot`ing from an `EnsDb` or `TxDb`, UTR, CDS and exon features are shown as rectangles. This is redundant for protein coding genes, since UTR and CDS features cover all exons. Exons are dr…
-
Could I ask you to please share the full source code to reproduce [Figure 7](http://genomebiology.biomedcentral.com/articles/10.1186/gb-2012-13-8-r77) from scratch with ggbio?
I'm interested to creat…
-
I bought your excellent book "Molecular Data Analysis Using R, Wiley 2017" in the United States, on Amazon.com.
R Program on pages 34 and 35 and figure 2.5 is NOT working with latest R programming …
-
Hi there,
I think I found a problem with the way ggbio handles track labels when I add a main title to the plot. I think the code I've included below should demonstrate the problem, but let me know …
-
Hi,
When several tracks are combined, the title associated to each of them seems to be lost during the process :
library(VariantAnnotation)
library(ggbio)
fl
-
Hi,
I'm volunteering with Sweave2Rmd and we're trying to convert all Bioconductor Sweave vignettes into Rmd files. Would you be willing to accept a pull request converting "ggbio: visualization toolk…