added missing argument in reader functions and for batch.qc in ramclustR.R
slightly optimized batch.qc and fixed quantile
updated qc variable in normalized qc
added missing test for normalization functions
I have encountered two cases where QC normalization fails when qc is a vector of all FALSE or contains only 1 TRUE, so I have also added a condition for it.
@zargham-ahmad we also have to enable the CI for this branch. Also the bugfixes should be mentioned in at least one line in the changelog. Otherwise looks good to me :).
This PR contains the following:
I have encountered two cases where QC normalization fails when qc is a vector of all FALSE or contains only 1 TRUE, so I have also added a condition for it.