|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.bio.annotation.GeneRep
A GeneRep resentation contains a genomic sequence designating a gene broken into various segments. This takes the most conservative approach. Any annotation that says something is coding is shown as coding. Exons are maximized, introns and UTRs minimalized (actually UTR refers to RNA, not genomic). Different translations/transcriptions will give various versions of these segments. There is no orientation for these features! Use the GeneGroup to get the real start/stop and thus the orientation and strand.
Constructor Summary | |
GeneRep(TransGroup[] transGrps,
GeneGroup geneGrpRef)
|
Method Summary | |
java.util.ArrayList |
getCodingSegments()
Conservative estimate of coding segments. |
int[] |
getFivePrimeNonCodingRegion()
Conservative estimate returning smallest non coding region. |
GeneGroup |
getGeneGrp()
|
java.util.ArrayList |
getNonCodingSegments()
Conservative estimate of non coding segments between coding exons. |
int |
getStartATGPosition()
Conservative estimate of the start ATG position, from the longest transcript |
int[] |
getThreePrimeNonCodingRegion()
Conservative estimate returning smallest non coding region. |
boolean |
isTranslationFlag()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GeneRep(TransGroup[] transGrps, GeneGroup geneGrpRef)
Method Detail |
public java.lang.String toString()
public GeneGroup getGeneGrp()
public boolean isTranslationFlag()
public java.util.ArrayList getCodingSegments()
public java.util.ArrayList getNonCodingSegments()
public int[] getFivePrimeNonCodingRegion()
public int[] getThreePrimeNonCodingRegion()
public int getStartATGPosition()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |