Introduction Sometimes we need to use a loop to draw multiple ggplot graphs, we fixed x, and y needs to
# Data processing n_hmr = rep(0, 100) for(i in 1:length(sample_ids_wgbs)){ n_hmr[i] = length( hmr[[ sample_ids_wgbs[i] ]] ) } m =
The part of the heat map function written by the author himself can be called directly after drawing # Plots