We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey Nick,
seems like this is a bug here:
https://github.com/ncborcherding/scRepertoire/blob/08e80abcaf1e45adbc59428788ca1c32904c9644/R/combineExpression.R#L206-L208
where the order of this two vectors are not matching rownames(colData(sc.data)) <- rownames. Simply stopping at 206 should work?
rownames(colData(sc.data)) <- rownames
The text was updated successfully, but these errors were encountered:
actually the real issue is here:
https://github.com/ncborcherding/scRepertoire/blob/08e80abcaf1e45adbc59428788ca1c32904c9644/R/combineExpression.R#L203
where the colData itself is shuffled.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hey Nick,
seems like this is a bug here:
https://github.com/ncborcherding/scRepertoire/blob/08e80abcaf1e45adbc59428788ca1c32904c9644/R/combineExpression.R#L206-L208
where the order of this two vectors are not matching
rownames(colData(sc.data)) <- rownames
. Simply stopping at 206 should work?The text was updated successfully, but these errors were encountered: