PYangLab / PhosR

PhosR is a package for the comprehensive analysis of phosphoproteomic data.
https://pyanglab.github.io/PhosR/
GNU General Public License v3.0
14 stars 4 forks source link

Mistake in kinaseSubstrateScore? #13

Open DijkJel opened 1 year ago

DijkJel commented 1 year ago

As canbruce1234 already pointed out in August, it seems to be hard-coded that the kinaseSubstrateScore function uses the mouse motifs for scoring. As the package comes with motifs for human, mouse, and rat kinases, this is at least misleading, especially as it does not state that it should only be used with mouse data, nor does it throw an error when using human data. Manually replacing 'motif.mouse.list ' with 'motif.human.list' seems to do the trick. Am I missing something obvious here?