elsasserlab / labcode

Utils to perform frequent data analyses in the lab.
GNU General Public License v3.0
0 stars 1 forks source link

Labels parameter fix #84

Closed cnluzon closed 3 years ago

cnluzon commented 3 years ago

Functions plot_bw_profile and plot_bw_bed_summary_heatmap were ready to accept labels parameter but functionality was not fully implemented. Closes #58

Additionally, this PR also modifies the default label value, making it the basename without the extension: filename.bw now becomes filename (without any symbol that is not accepted as syntactically valid by R, as they are processed by make.names as well). Closes #57