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
When setting group.by to NULL this line fails because comparing NULL and string doesn't produce any value. is.null(group.by) should go before group.by == "none"
Thanks for pointing this out - you are correct. If you find anymore of these, feel free to make a pull request and get your username on the repo. I think it's important to keep track of that.
Also if you have larger suggestions or functions you might have, feel free to reach out via email. We are in the process of testing out v2 beta and will be writing a manuscript next year, would be happy to have any contribution.
When setting
group.by
toNULL
this line fails because comparing NULL and string doesn't produce any value.is.null(group.by)
should go beforegroup.by == "none"
https://github.com/ncborcherding/scRepertoire/blob/d188e6ffe71db03c7f79f86652c9b2378aeceffe/R/combineExpression.R#L79
The text was updated successfully, but these errors were encountered: