You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: