gilienv / EssOilDB

Restructuring of Essential Oil Database
Apache License 2.0
8 stars 6 forks source link

Existence of Fields in Tables as per current EssOilDB #32

Open vinitamehlawat opened 5 years ago

vinitamehlawat commented 5 years ago

Table1. Observation Table. This should contain "Plant Profile data" - What plant makes what The Table should have (ATLEAST): PlantName: // (Existing) CompoundName: // (Existing) CompoundAmountEmitted: // (Existing) PlantPartEmissionSource: // (Existing) TimeOfExpt // (Experimental conditions are Existing) Bibliography-DOI // (Volume,Author,Title,Journal_name,Existing)

Table2. Plant Fact Table

This should contain EVERYTHING one may wish to know about a certain plant:

Table3. Compound Fact Table This should contain EVERYTHING one may wish to know about a certain compound:

petermr commented 5 years ago

Thank you well done

On Wed, May 8, 2019 at 12:46 PM vinitamehlawat notifications@github.com wrote:

Table1. Observation Table. This should contain "Plant Profile data" - What plant makes what

Yes - this is the most important data in the table and the reason for EssOilDB

The Table should have (ATLEAST): *PlantName: // (Existing)

Actually should be link to plant table through primary key

*CompoundName: // (Existing)

link to compound table through primary key

*CompoundAmountEmitted: // (Existing)

what is the format of this? ("percent"?)

*PlantPartEmissionSource: // (Existing) yes either link to plant parft table OR unique strings

TimeOfExpt // (Experimental conditions are Existing) Bibliography-DOI // (Volume,Author,Title,Journal_name,Existing)

Need to show examples

  • LocationofExpt // (Existing)

Yes

  • Location-LinkToGoogleMaps // (NOT-Existing)

Can be added later

  • DOI-LinkToArticle // (NOT-Existing)

can be added later

Table2. Plant Fact Table

This should contain EVERYTHING one may wish to know about a certain plant:

  • PlantName (From Table1) // (Existing)

Essential to normalize. Suggest it is referenced by Wikidata or NCBI Taxonomy

  • Synonym // (NOT-Existing)

Either opaque string or separate table

  • Taxonomic Family // (Existing)

not necessary if the primary plant authority gives family, genus ..

  • Genus // (NOT-Existing / To be extracted from Plant_Name)
  • Species // (NOT-Existing / To be extracted from Plant_Name)

??? I though species binomial name was the unique key

  • PlantHabit ( For eg. is this a Tree/Shrub/Herb etc) // (Existing)

Where is this from?

  • LinkToWiki // (Existing Linked to NCBI, not to Wiki )

Table3. Compound Fact Table This should contain EVERYTHING one may wish to know about a certain compound:

  • CompoundName (From Table1) // (Existing)

This MUST be normalised and this is non-trivial Menthol vs L-menthol vs (-+) menthol are all DIFFERENT compounds

  • Synonym // (Existing)
  • ChemicalFamily // (Existing)

derived data

  • KnownBiologicalActivity // (Existing)

derived data

  • SMILESCode // (NOT-Existing)

derived data

  • LinkToPubChem // (Existing)

problematic - Pubchem is not curated. Suggest ChEBI where possible

  • LinkToWiki/CheBI/Others // (NOT-Existing)

derived

  • ImageOfStructure // (NOT-Existing)

derived

  • LinkToGene/KEGGPathway // (NOT-Existing)

don't understand. There will be many pathways. Suggest this is separate

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gilienv/EssOilDB/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFTCSZVTCG2IC6BHSCKZTDPUK4PRANCNFSM4HLQ6SXA .

-- Peter Murray-Rust Reader Emeritus in Molecular Informatics Unilever Centre, Dept. Of Chemistry University of Cambridge CB2 1EW, UK +44-1223-763069

vinitamehlawat commented 5 years ago

JEAcakoprtu2002Roo //This the Unique Key in Plant_profile Data

Acorus calamus //Plant_Name (Bibliography part)

Acorus(Genus)
A. calamus (Species)

Konyo Province, Turkey //Location

1997 //Sample Collection Date

VOL. 14, 366-368 (Sep/Oct 2002) // Volume of that Paper (Bibliography part)

Volatile Constituents of the Essential Oil of Acorus calamus L. Growth in Konya Province (Turkey). //Title (Bibliography part)

M. Ozcan, A. Akgul, J.C Chalchat. //Author_names (Bibliography part)

Journal of Essential Oil Research //Journal_name (Bibliography part)

Acoraceae //Family

Plant // This is group wether plant/Weed etc