plot method for ggplot2-prepared XenSPEP

plot_xen_ggprep(x, y, ...)

Arguments

x

instance of S3 class `xen_ggprep`

y

not used

...

not used

Value

ggplot

Note

roxygen had problems with this

Examples

pa = cache_xen_luad()
luad = restoreZipXenSPEP(pa)
#> Warning: transcripts.parquet etc. will be overwritten
hh = ggprep_seg(luad, c(4000,4500), c(2000,2500))
plot_xen_ggprep(hh)