Package ubic.gemma.core.externalDb
Class GoldenPathQuery
- java.lang.Object
- 
- ubic.gemma.core.externalDb.GoldenPath
- 
- ubic.gemma.core.externalDb.GoldenPathQuery
 
 
- 
 public class GoldenPathQuery extends GoldenPath - Author:
- pavlidis
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.core.externalDb.GoldenPathlog
 
- 
 - 
Constructor SummaryConstructors Constructor Description GoldenPathQuery(Taxon taxon)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<BlatResult>findAlignments(String accession)Locate the alignment for the given sequence, if it exists in the goldenpath database.
 
- 
- 
- 
Constructor Detail- 
GoldenPathQuerypublic GoldenPathQuery(Taxon taxon) 
 
- 
 - 
Method Detail- 
findAlignmentspublic Collection<BlatResult> findAlignments(String accession) Locate the alignment for the given sequence, if it exists in the goldenpath database. Implementation note: This queries the est and mrna tables only.- Parameters:
- accession- The genbank accession of the sequence.
- Returns:
- blat results
 
 
- 
 
-