Giter Site home page Giter Site logo

Putative issue with estimating kinase activity based on information from Omnipath db using cancer phosphoproteomics measurements about omnipathr HOT 3 CLOSED

saezlab avatar saezlab commented on May 23, 2024
Putative issue with estimating kinase activity based on information from Omnipath db using cancer phosphoproteomics measurements

from omnipathr.

Comments (3)

deeenes avatar deeenes commented on May 23, 2024 1

Dear @Jasonmbg,

Thanks for reporting these likely erroneous database records.
As all databases, the resources constituting OmniPath contain wrong records, some of them more, others less. Here we see all these records are from only one resource called ProtMapper. ProtMapper uses literature mining algorithms (REACH, Sparser), which are known to produce a number of false positives in their output. Seeing the high number of false positives, I might consider removing ProtMapper from OmniPath in the future, or separating from other resources, actually it's authors also recommended this. For you I recommend removing the only ProtMapper interactions from your data frame:

omnipath_ptm %>% dplyr::filter(!grepl('ProtMapper', sources) | n_resources > 1)

Best,

Denes

from omnipathr.

deeenes avatar deeenes commented on May 23, 2024 1

Yes. And if you want to further reduce false positives, you can remove all the rest which have no literature references (and not from PhosphoSite -- we might miss some of the PS references). ProtMapper is tricky, bc it has references, but it's false positive rate is high.

from omnipathr.

Jasonmbg avatar Jasonmbg commented on May 23, 2024

Dear @deeenes,

good morning and thank you very much for confirming this discrepancy; thus, for directly estimating kinase activity analysis, the above code chunk would suffice for removing these false positives, correct?

Best regards,

Efstathios

from omnipathr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.