View source: R/plotting_functions.R
plot_coverage_BigWig | R Documentation |
Coverage plot
plot_coverage_BigWig(
coverages,
label_color_list,
peaks = NULL,
chrom,
start,
end,
ref = "hg38"
)
coverages |
A list containing sample coverage as GenomicRanges |
label_color_list |
List of colors, list names are labels |
peaks |
A GRanges object containing peaks location to plot (optional) |
chrom |
Chromosome |
start |
Start |
end |
End |
ref |
Genomic Reference |
A coverage plot annotated with genes
data(scExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.