plot_coverage_BigWig {ChromSCape} | R Documentation |
Coverage plot using Sushi
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) plot_intra_correlation_scExp(scExp)