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

featureprop cvterms #6

Open
bradfordcondon opened this issue Aug 24, 2017 · 1 comment
Open

featureprop cvterms #6

bradfordcondon opened this issue Aug 24, 2017 · 1 comment
Milestone

Comments

@bradfordcondon
Copy link
Contributor

bradfordcondon commented Aug 24, 2017

SSR terms are created as feature prop terms, and therefore do not link to a CV.

For example:


  tripal_insert_cvterm(array(
    'name' => 'tripal_ssr_repeats',
    'def' => 'The number of repeats in an SSR.',
    'cv_name' => 'feature_property',
    'db_name' => 'tripal',
  ));

  tripal_insert_cvterm(array(
    'name' => 'tripal_ssr_start',
    'def' => 'The start of an SSR.',
    'cv_name' => 'feature_property',
    'db_name' => 'tripal',
  ));

Start could be the SIO start term. Repeat number could be http://www.ebi.ac.uk/ols/ontologies/ncit/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FNCIT_C93650
(find a non-NCI term)

Repeat unit:
http://www.ebi.ac.uk/ols/ontologies/so/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FSO_0000726

@bradfordcondon bradfordcondon added this to the 1.0 milestone Jun 29, 2018
@bradfordcondon
Copy link
Contributor Author

bradfordcondon commented Jul 5, 2018

start/end are deprecated thanks to using featureloc instead.

f/r primer sequence and tm are unlikely since need a forward and reverse term.

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

1 participant