Error in quanTIseq
Deconvolution: Duplicate 'row.names' Not Allowed
#160
Labels
bug
Something isn't working
quanTIseq
Deconvolution: Duplicate 'row.names' Not Allowed
#160
I am experiencing an issue when using the
quanTIseq
deconvolution method in theimmunedeconv
package. The specific error message I receive is:In addition, there is a warning message indicating a non-unique value when setting 'row.names': ‘entry withdrawn’.
This issue arises specifically when using the
quanTIseq
method and does not occur with other deconvolution methods such astimer
. To address this issue, I have thoroughly checked my data for any duplicate row names or column names and ensured that they are unique. Despite these checks, the error persists when attempting to usequanTIseq
.Steps to Reproduce:
quanTIseq
deconvolution method on the data.Expected Behavior:
The
quanTIseq
method should process the data without encountering an error related to duplicate row names, especially after confirming that no duplicates are present in the data.Actual Behavior:
The method fails with an error message about duplicate 'row.names', even though the data has been verified to have unique row names.
Environment:
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: