Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using lists #36

Open
jdeck88 opened this issue Jan 5, 2019 · 1 comment
Open

Using lists #36

jdeck88 opened this issue Jan 5, 2019 · 1 comment

Comments

@jdeck88
Copy link
Member

jdeck88 commented Jan 5, 2019

Using lookup lists is a central part of the ontology-data-pipeline... the purpose of lists is to map generic descriptions such as "Flowering" to a more specific ontology term such as {flowering stage} (http://purl.obolibrary.org/obo/PO_0007616)

We need a very good description of how to implement lists since it is not obvious from the configuration directives (e.g. as explained in the home README).

@ramonawalls
Copy link
Contributor

For FuTRES, we are using two types of lists:

  1. Maps column headers in the incoming data to column names from the template
  2. Maps trait names from the incoming data to the trait class label in the ontology

FuTRES does these using an R script, but they would normally be handled in the preprocessing step for each project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants