databio / GenomicDistributions

Calculate and plot distributions of genomic ranges
http://code.databio.org/GenomicDistributions
Other
25 stars 10 forks source link

plotQTHist quantile param name #178

Closed nsheff closed 2 years ago

nsheff commented 2 years ago

In general I like to avoid naming parameters that mask base functions. Right now the plotQTHist function has a parameter called quantile, which masks the base R quantile function.

I think we should change that parameter name.