Description Usage Arguments Value Examples
Plot differential contacts
1 |
umi4c |
UMI4C object as generated by |
grouping |
Grouping used for the different samples. If none available or
want to add new groupings, run |
colors |
Named vector of colors to use for plotting for each group. |
xlim |
Limits for the plot x axis (genomic coordinates). |
Produces a plot of the fold changes at the differential regions analyzed ghat are contained in the UMI4C object.
1 2 3 4 5 6 7 | data("ex_ciita_umi4c")
ex_ciita_umi4c <- addGrouping(ex_ciita_umi4c, grouping="condition")
enh <- GRanges(c("chr16:10925006-10928900", "chr16:11102721-11103700"))
umi_dif <- fisherUMI4C(ex_ciita_umi4c, query_regions = enh,
filter_low = 20, resize = 5e3)
plotDifferential(umi_dif)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.