Closed IwanParf closed 2 years ago
Thanks @IwanParf for the suggestion. I'll look into this.
Hi @IwanParf
Thanks for the suggestion. I have added an error message when NAs are detected in the quantification matrix for the kinaseSubstrateScore function.
Please see the changes here.
Many thanks,
Hani
Hello, The entire workflow including missing value imputation is fine as it is, but if one starts from the kinase substrate scoring step one faces issues with missing values that lead to cryptic error messages (subscript out of bounds or sth similar). Depending on the input the kinase substrate scoring might work generating the heatmap but then the kinase substrate prediction fails with a subscript out of bounds error. After I realized that, it was of course an easy fix. Nonetheless, It would be nice to include a line where the scoring function checks for missing values and produces a meaningful error or filters those out automatically. Of note, the standardise function on P sites with at least one missing value propagates to the entire P site becoming NA across all samples, which of course aggravates the problem.
Best,
Iwan