function tripal_format_chado_semweb_term

3.x tripal_chado.DEPRECATED.api.inc tripal_format_chado_semweb_term($cvterm)

Formats a controlled vocabulary term from Chado for use with Tripal.

Parameters

$cvterm: A cvterm object.

Return value

The semantic web name for the term.

File

tripal_chado/api/tripal_chado.DEPRECATED.api.inc, line 371
These api functions are deprecated, if your site is currently using them please update your code with the newer tripal_chado functions.

Code

function tripal_format_chado_semweb_term($cvterm) {
  chado_format_semweb_term($cvterm);
}