Open RichardCorbett opened 2 years ago
Thanks for the bug report! I wonder if the issue is that it's a single sample. For testing purposes, could you give it a try to include the same sample twice into your TPM matrix?
Thanks for the suggestion.
I did the analysis using two identical columns of TPM values and seem to have gotten around the error:
Output:
"","cell_type","TPM","TPM2"
"1","B cell naive",0,0
"2","B cell memory",0.134434268121404,0.134434268121404
"3","B cell plasma",0,0
"4","T cell CD8+",0,0
...
Thanks for testing! Let's keep this open, this is certainly a bug that needs to be fixed!
Hi folks,
I have a simple column of TPMs that works well with MCP, TIMER, EPIC, all from within immunedeconv.
My TPMs are in a matrix with the following format:
My basic script:
When I try and run cibersort I get the following output:
sessioninfo() output:
Currently I am running this on patient data that I can't share, but if there isn't anything obvious with what I posted above I can try and create some pretend results to see if it will still crash.