Package | Description |
---|---|
org.biojava.bio.program.homologene |
Support classes for Homologene data.
|
Modifier and Type | Class and Description |
---|---|
static class |
Taxon.TaxonStub |
Modifier and Type | Field and Description |
---|---|
static Taxon |
Taxon.A_THALIANA |
static Taxon |
Taxon.B_TAURUS |
static Taxon |
Taxon.C_ELEGANS |
static Taxon |
Taxon.D_MELANOGASTER |
static Taxon |
Taxon.D_RERIO |
static Taxon |
Taxon.H_SAPIENS |
static Taxon |
Taxon.H_VULGARE |
static Taxon |
Taxon.L_ESCULENTUM |
static Taxon |
Taxon.M_MUSCULUS |
static Taxon |
Taxon.M_TRUNCULATA |
static Taxon |
Taxon.O_SATIVA |
static Taxon |
Taxon.R_NORVEGICUS |
static Taxon |
Taxon.S_SCROFA |
static Taxon |
Taxon.T_AESTIVUM |
static Taxon |
Taxon.X_LAEVIS |
static Taxon |
Taxon.Z_MAYS |
Modifier and Type | Method and Description |
---|---|
static Taxon |
HomologeneTools.createTaxon(int taxonID,
String description)
add a Taxon
|
Taxon |
SimpleOrthologue.getTaxon() |
Taxon |
Orthologue.getTaxon()
return the Taxon associated with this orthologue
|
static Taxon |
HomologeneTools.getTaxon(int taxonID)
get the Taxon corresponding to this Taxon ID
|
Modifier and Type | Method and Description |
---|---|
Orthologue |
SimpleHomologeneDB.createOrthologue(Taxon taxon,
String locusID,
String homologeneID,
String accession) |
Orthologue |
HomologeneDB.createOrthologue(Taxon taxon,
String locusID,
String homologeneID,
String accession)
Create an orthologue.
|
Constructor and Description |
---|
OrthologueFilter.ByTaxon(Taxon taxon) |
OrthoPairSetFilter.ByTaxon(Taxon taxon) |
SimpleOrthologue(Taxon taxon,
String locusID,
String homologeneID,
String accession) |
Copyright © 2014 BioJava. All rights reserved.