calculateQCmetrics doesn't accept `numeric` `feature_controls` in scater 1.6.2
1
0
Entering edit mode
@andrew_mcdavid-11488
Last seen 13 months ago
United States

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.

scater • 667 views
ADD COMMENT
0
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen 9 hours ago
The city by the bay

Thanks Andrew. The problem is actually worse than having eval=FALSE; the vignette will happily compile even with errors in evaluated code, because error=TRUE in the knitr settings. The immediate problems have been fixed on Github, though bringing the vignettes (back) up to Bioconductor standard will be a long struggle.

ADD COMMENT

Login before adding your answer.

Traffic: 482 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6