Package org.intermine.bio.web.model
Class GeneModelSettings
- java.lang.Object
-
- org.intermine.bio.web.model.GeneModelSettings
-
public class GeneModelSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeneModelSettings(java.lang.String organism)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetHasCDSs()booleangetHasExons()booleangetHasFivePrimeUTRs()booleangetHasGenes()booleangetHasIntrons()booleangetHasThreePrimeUTRs()booleangetHasTranscripts()java.lang.StringgetOrganism()
-
-
-
Method Detail
-
getOrganism
public java.lang.String getOrganism()
- Returns:
- the organism
-
getHasGenes
public boolean getHasGenes()
- Returns:
- true if has genes
-
getHasTranscripts
public boolean getHasTranscripts()
- Returns:
- true if has transcripts
-
getHasThreePrimeUTRs
public boolean getHasThreePrimeUTRs()
- Returns:
- true if has three ' UTRs
-
getHasFivePrimeUTRs
public boolean getHasFivePrimeUTRs()
- Returns:
- true if has five ' UTRs
-
getHasExons
public boolean getHasExons()
- Returns:
- true if has exon
-
getHasIntrons
public boolean getHasIntrons()
- Returns:
- true if has intron
-
getHasCDSs
public boolean getHasCDSs()
- Returns:
- true if has CDS
-
-