Running sccomp with cell type proportions silently uses a column named "count" from the input data.
The following code constructs a model using cell type proportion values. The column "count" is included incidentally and is not supplied to the function. This code runs correctly.
Running sccomp with cell type proportions silently uses a column named "count" from the input data.
The following code constructs a model using cell type proportion values. The column "count" is included incidentally and is not supplied to the function. This code runs correctly.
When "count" is removed,
sccomp_estimate
runs but some downstream analysis functions do not.Here,
sccomp_boxplot
produces the error:The "count" column also appears to be used for some calculations. In boxplots, the blue outline is flattened if count is set to all equal 0.