Aaron Lun
Aaron Lun
I suggest making sure you have the latest version, which is 1.10.0 according to https://bioconductor.org/packages/release/bioc/html/batchelor.html. Make sure you have the right version of R as well (4.1).
`BaronPancreasData('human')` is the function call, not the query to ExperimentHub. Just run it as a command.
Yes, just run it directly. See `?BaronPancreasData` for more details.
I don't really know where to start here, because your comments suggest that you have a major misunderstanding of how programming works. `query(eh, "d")` doesn't make any sense. `eh[["EH1"]]` has...
My two cents: **magick** seems like one of those difficult system dependencies that should be shifted to the Suggests, given that it is not technically required for the definition of...
> * about the Suggests: we can surely do this, but when the user invokes any function depending on magick, if there are no libraries, the problem will be always...
Chipping in here, as I'm seeing some similarities with some anti-patterns I've observed in _scater_. The only legitimate subsetting approach is **1**. Though **2** and **3** might seem convenient, they...
No probs. Plenty more ~opinions~ objective rules where that came from.
Floating around in `scalefactors_json.json`. Yes, probably somewhere in `int_metadata`.
Agree that redundancy is fine; there aren't going to be any changes to the scale factor in the course of the analysis, so we don't have to worry about keeping...