BridgeDb icon indicating copy to clipboard operation
BridgeDb copied to clipboard

compare metadata given for Derby files against FAIR expectations

Open egonw opened this issue 7 years ago • 4 comments

The current output looks like:

DATASOURCEVERSION    85
DATATYPE    GeneProduct
SERIES    Homo sapiens genes and proteins
DATASOURCENAME    Ensembl
BUILDDATE    20161019
SCHEMAVERSION    3

This may or may not comply with FAIR (quick guess is: no, it does not).

egonw avatar Oct 19 '16 16:10 egonw

Good point -- it would be a big improvement to make this FAIR compliant!

The current full result for this query:

DATASOURCEVERSION   2.0
DATATYPE    GeneProduct
SERIES  Homo sapiens genes and proteins
DATASOURCENAME  Ensembl
BUILDDATE   20161018
SCHEMAVERSION   3
DATASOURCEVERSION   1.0.0
DATATYPE    Interaction
SERIES  standard-interaction
DATASOURCENAME  EBI-RHEA
BUILDDATE   20161018
SCHEMAVERSION   3
DATASOURCEVERSION   HMDB3.6-CHEBI144-WIKIDATA2016101120161012
DATATYPE    Metabolite
SERIES  standard_metabolite
DATASOURCENAME  HMDB-CHEBI-WIKIDATA
BUILDDATE   20161012
SCHEMAVERSION   3

The same result in CSV format:

DATASOURCEVERSION,DATATYPE,SERIES,DATASOURCENAME,BUILDDATE,SCHEMAVERSION,
2.0,GeneProduct,Homo sapiens genes and proteins,Ensembl,20161018,3
1.0.0,Interaction,standard-interaction,EBI-RHEA,20161018,3
HMDB3.6-CHEBI144-WIKIDATA2016101120161012,Metabolite,standard_metabolite,HMDB-CHEBI-WIKIDATA,20161012,3

I'm sure we could make it even better, but at least using CSV or TSV would be a good start.

ariutta avatar Oct 19 '16 21:10 ariutta

It would be great to see this follow the hcls community profile.

Alasdair J G Gray Fellow of the Higher Education Academy Assistant Professor in Computer Science Herriot-Watt University, Edinburgh

www.macs.hw.ac.uk/~ajg33http://<br/www.macs.hw.ac.uk/~ajg33>


From: Anders Riutta [email protected] Sent: Thursday, October 20, 2016 6:21:48 AM To: bridgedb/BridgeDb Subject: Re: [bridgedb/BridgeDb] compare metadata given for Derby files against FAIR expectations (#33)

Good point -- it would be a big improvement to make this FAIRhttp://www.nature.com/articles/sdata201618 compliant!

The current full result for this queryhttp://webservice.bridgedb.org/Human/properties:

DATASOURCEVERSION 2.0 DATATYPE GeneProduct SERIES Homo sapiens genes and proteins DATASOURCENAME Ensembl BUILDDATE 20161018 SCHEMAVERSION 3 DATASOURCEVERSION 1.0.0 DATATYPE Interaction SERIES standard-interaction DATASOURCENAME EBI-RHEA BUILDDATE 20161018 SCHEMAVERSION 3 DATASOURCEVERSION HMDB3.6-CHEBI144-WIKIDATA2016101120161012 DATATYPE Metabolite SERIES standard_metabolite DATASOURCENAME HMDB-CHEBI-WIKIDATA BUILDDATE 20161012 SCHEMAVERSION 3

The same result in CSV format:

DATASOURCEVERSION,DATATYPE,SERIES,DATASOURCENAME,BUILDDATE,SCHEMAVERSION, 2.0,GeneProduct,Homo sapiens genes and proteins,Ensembl,20161018,3 1.0.0,Interaction,standard-interaction,EBI-RHEA,20161018,3 HMDB3.6-CHEBI144-WIKIDATA2016101120161012,Metabolite,standard_metabolite,HMDB-CHEBI-WIKIDATA,20161012,3

I'm sure we could make it even better, but at least using CSV or TSV would be a good start.

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/bridgedb/BridgeDb/issues/33#issuecomment-254944558, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABFqESmQvnBdTLddLGzJiYgUkoCjXq6Pks5q1onsgaJpZM4KbLUA.


Founded in 1821, Heriot-Watt is a leader in ideas and solutions. With campuses and students across the entire globe we span the world, delivering innovation and educational excellence in business, engineering, design and the physical, social and life sciences.

The contents of this e-mail (including any attachments) are confidential. If you are not the intended recipient of this e-mail, any disclosure, copying, distribution or use of its contents is strictly prohibited, and you should please notify the sender immediately and then delete it (including any attachments) from your system.

AlasdairGray avatar Oct 19 '16 23:10 AlasdairGray

See also http://www.fairmetrics.org/about.html

egonw avatar Dec 11 '17 05:12 egonw

Last year, in the Google Summer of Code, Ammas worked on a VoID representation. This code is available in master.

egonw avatar Aug 12 '20 05:08 egonw