Entering edit mode
                    Contra the usage example in the "Quality control with scater" vignette, calculateQCmetrics doesn't accept numeric feature_controls:
example_sce = calculateQCMetrics(example_sce, feature_controls = 1:40)
Error in calculateQCMetrics(example_sce, feature_controls = 1:40) :
  feature_controls should be named
This line in the vignette has eval = FALSE so it's not caught when the vignette is built.
