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
I noticed that using a capitalized variable name in combineExpression's cloneCall doesn't work! ie: combineExpression(input, sc.obj, cloneCall="vdjaa") works, but combineExpression(input, sc.obj, cloneCall="VDJaa") won't.
I think this happens in the function .theCall– the cloneCall variable is converted to lowercase via .convertClonecall before there's a check for the variable in the inputs columns.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @ncborcherding!
I noticed that using a capitalized variable name in
combineExpression's cloneCall
doesn't work! ie:combineExpression(input, sc.obj, cloneCall="vdjaa")
works, butcombineExpression(input, sc.obj, cloneCall="VDJaa")
won't.I think this happens in the function
.theCall
– the cloneCall variable is converted to lowercase via.convertClonecall
before there's a check for the variable in the inputs columns.Thanks!
The text was updated successfully, but these errors were encountered: