Skip to content
New issue

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

mcell_mc_from_coclust_hc bug #1

Closed
aviezerl opened this issue Apr 23, 2018 · 1 comment
Closed

mcell_mc_from_coclust_hc bug #1

aviezerl opened this issue Apr 23, 2018 · 1 comment
Labels
bug Something isn't working minor

Comments

@aviezerl
Copy link
Collaborator

Original report by Yaniv Lubling (Bitbucket: 557058:11761e0c-f009-41f9-a29c-6f6993e0539c, ).


m_coc = as.matrix(sparseMatrix(i = coc@coclust$node1, j = coc@coclust$node2, x=coc@coclust$cnt))

crashes. i and j expect a numeric, not a character vector as is the case for the 10x matrix input (barcodes)

Also imcompatibility between
m_coc and m_samp - I guess due to small cell filtering, but not 100 % sure.

Best
David

@aviezerl
Copy link
Collaborator Author

Original comment by Yaniv Lubling (Bitbucket: 557058:11761e0c-f009-41f9-a29c-6f6993e0539c, ).


Obsolete.

@aviezerl aviezerl added minor bug Something isn't working labels Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor
Projects
None yet
Development

No branches or pull requests

1 participant