This function allows you to plot both position-wise and cell-wise mito depth summary
Usage
plot_depth_legacy(depth = DN1CD34_1.depth, name = "", w = 10, h = 3)
Arguments
- depth
The .depth file by function DepthSummary
- name
The plot name shown on top
- w
the Width of the plot, default=10
- h
the height of the plot default=3
Value
directly out put the plot
Examples
if (FALSE) {
plot_depth_legacy(DN1CD34_1.depth$Total, "Total")
}