Description Usage Arguments Value Examples
Plot domainogram
1 2 3 4 5 6 7 |
umi4c |
UMI4C object as generated by |
dgram_function |
Function used for calculating the fold-change in the domainogram plot, either "difference" or "quotient". Default: "quotient". |
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 the domainogram plot, summarizing the merged number of UMIs at the different scales analyzed (y axis).
1 2 3 4 | data("ex_ciita_umi4c")
ex_ciita_umi4c <- addGrouping(ex_ciita_umi4c, grouping="condition")
plotDomainogram(ex_ciita_umi4c, grouping = "condition")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.