I applied R package STARTRAC to the single cell BCR data. In the step of "calculate indices of each patient ", the following error occured:
Error in (function (cl, name, valueClass) :
assignment of an object of class “integer” is not valid for @‘clone.size’ in an object of class “Startrac”; is(value, "array") is not TRUE
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Error in exists(cacheKey, where = .rs.WorkingDataEnv, inherits = FALSE) :
invalid first argument
Error in assign(cacheKey, frame, .rs.CachedDataEnv) :
attempt to use zero-length variable name
How can I address this issue? Thank you
I applied R package STARTRAC to the single cell BCR data. In the step of "calculate indices of each patient ", the following error occured:
Error in (function (cl, name, valueClass) :
assignment of an object of class “integer” is not valid for @‘clone.size’ in an object of class “Startrac”; is(value, "array") is not TRUE
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Error in exists(cacheKey, where = .rs.WorkingDataEnv, inherits = FALSE) :
invalid first argument
Error in assign(cacheKey, frame, .rs.CachedDataEnv) :
attempt to use zero-length variable name
How can I address this issue? Thank you