ensembl-hive  2.7.0
Xref::Schema::ResultSet::DependentXref Class Reference

Public Member Functions

public Xref::Schema::Result::DependentXref fetch_dependent_xref ()
 

Detailed Description

Definition at line 4 of file DependentXref.pm.

Member Function Documentation

◆ fetch_dependent_xref()

public Xref::Schema::Result::DependentXref Xref::Schema::ResultSet::DependentXref::fetch_dependent_xref ( )
Description: A canned query for fetching dependent xrefs by accession
             The result contains the result row from the query
Example    :
my $row = $db->schema->resultset('DependentXref')
->fetch_dependent_xref("A0A075B6P5", "R-HSA-109582");
Returntype : Xref::Schema::Result::DependentXref
 
Code:
click to view

The documentation for this class was generated from the following file:
Xref::Schema::ResultSet::DependentXref::fetch_dependent_xref
public Xref::Schema::Result::DependentXref fetch_dependent_xref()