Code Monkey home page Code Monkey logo

Comments (7)

dominiquesydow avatar dominiquesydow commented on August 11, 2024 1

Hi!

Thanks for the chembl_webresource_client - we are using it at @volkamerlab a lot!

My question is related to @czodrowskilab's question here (I think), so I'll add it here.

Is there a field for the date when

  • a compound or
  • a bioactivity

was added to ChEMBL?

I know of the document_year field, which I can fetch for bioactivities:

bioactivities = bioactivities_api.filter(
    target_chembl_id='CHEMBL941').only(
        'activity_id',  
        'document_year'
     )
)

Given the ChEMBL database scheme, I guess it works as follows:
From doc_id (field) in activities (table) go to doc_id (field) in docs (table) and extract year (field).
This probably also works similarly for compounds.

However, the document's year

  • does not necessarily did to equal the bioactivity or compound deposition date in ChEMBL and
  • does not need to be the same for compounds and bioactivities, right?

Thus, back to my question: What is the best way to filter compound or bioactivity entries in ChEMBL by their deposition date?

Thank you for your time.

from chembl_webresource_client.

eloyfelix avatar eloyfelix commented on August 11, 2024 1

Hi, sorry for not having replied this before.
As Dominique says, this is currently not possible but we are working towards supporting it on future ChEMBL versions.

from chembl_webresource_client.

dominiquesydow avatar dominiquesydow commented on August 11, 2024

I am realizing:
The deposition date probably equal the ChEMBL version in which the compound/bioactivity was added.

Is there a way to access the version?
In the ChEMBL scheme, the version table seems not to be connected with any other table:
https://www.ebi.ac.uk/chembl/db_schema

from chembl_webresource_client.

dominiquesydow avatar dominiquesydow commented on August 11, 2024

Update on this matter:
The ChEMBL support team (https://www.ebi.ac.uk/support/) let me know that it is currently not possible to extract data from the web services (or the
interface) for a previous ChEMBL release.

from chembl_webresource_client.

iwwwish avatar iwwwish commented on August 11, 2024

Dear ChEMBL team,

Thank you for chembl_webresource_client. Is there any update on whether the version could be directly/indirectly linked to an activity record?

Like @czodrowskilab, I am also interested in splitting the activity data for a target by chembl version in which it first appeared (to mimic time-split).

Thanks,
Vishal

from chembl_webresource_client.

BZdrazil avatar BZdrazil commented on August 11, 2024

We are working on implementing time stamps for deposited data sets. We are exploring how to deal with updates of documents now. Tentatively, we'll release this with CHEMBL 34.

from chembl_webresource_client.

BZdrazil avatar BZdrazil commented on August 11, 2024

However, time stamps for data sets are already available ( and have always been) via the VERSION table which includes CREATION_DATE for every ChEMBL release. By querying for which release a document has been added, you'll get your time stamps. After we've solved the question about updated documents, we plan to make that information more easily accessible, likely via a new table.

from chembl_webresource_client.

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.