Package org.biojava.bio.seq.io.agave
Class SimpleAnnotFilter
java.lang.Object
org.biojava.bio.seq.io.agave.SimpleAnnotFilter
- All Implemented Interfaces:
AGAVEAnnotFilter
- Direct Known Subclasses:
Agave2AgaveAnnotFilter,Embl2AgaveAnnotFilter
Basic implementation of AGAVEAnnotFilter
- Author:
- Hanning Ni Doubletwist Inc
-
Field Summary
FieldsFields inherited from interface org.biojava.bio.seq.io.agave.AGAVEAnnotFilter
BOTH_FORWARD_COMPLEMENT, COMPLEMENT, FORWARD -
Method Summary
Modifier and TypeMethodDescriptiongetAccession(Annotation annot) getAlignLength(Annotation annot) getAlignUnits(Annotation annot) getAltIds(Annotation annot) getChromNum(Annotation annot) getChromosome(Annotation annot) getClassifyId(Annotation annot) getClassifySystem(Annotation annot) getClassifyType(Annotation annot) getCloneId(Annotation annot) getCloneLibrary(Annotation annot) getConfidence(Annotation annot) getCreateDate(Annotation annot) getDbId(Annotation annot) getDescription(Annotation annot) getEcNumber(Annotation annot) getElementId(Annotation annot) String[]getElementIds(Annotation annot) String[]getExonIds(Annotation annot) getFeatureType(Annotation annot) getGroupOrder(Annotation annot) getIdAlias(Annotation annot) getKeyword(Annotation annot) getLabel(Annotation annot) getMapLocation(Annotation annot) getMapPosition(Annotation annot) getMatchAlign(Annotation annot) getMatchDesc(Annotation annot) getMatchRegion(Annotation annot) getMolType(Annotation annot) getNote(Annotation annot) getOrganism(Annotation annot) getOS(Annotation annot) getProperty(Annotation annot, String type) ThomasD made this a bit safer...getQueryRegion(Annotation annot) getRelatedAnnot(Annotation annot) getResultType(Annotation annot) getSequenceId(Annotation annot) getTaxonId(Annotation annot) getUpdateDate(Annotation annot) getVersion(Annotation annot) getXrefs(Annotation annot)
-
Field Details
-
SIMPLE_ANNOT_FILTER_FACTORY
-
-
Method Details
-
getAccession
- Specified by:
getAccessionin interfaceAGAVEAnnotFilter
-
getKeyword
- Specified by:
getKeywordin interfaceAGAVEAnnotFilter
-
getElementId
- Specified by:
getElementIdin interfaceAGAVEAnnotFilter
-
getOrganism
- Specified by:
getOrganismin interfaceAGAVEAnnotFilter
-
getLabel
- Specified by:
getLabelin interfaceAGAVEAnnotFilter
-
getDescription
- Specified by:
getDescriptionin interfaceAGAVEAnnotFilter
-
getMatchAlign
- Specified by:
getMatchAlignin interfaceAGAVEAnnotFilter
-
getMatchRegion
- Specified by:
getMatchRegionin interfaceAGAVEAnnotFilter
-
getQueryRegion
- Specified by:
getQueryRegionin interfaceAGAVEAnnotFilter
-
getClassifySystem
- Specified by:
getClassifySystemin interfaceAGAVEAnnotFilter
-
getClassifyId
- Specified by:
getClassifyIdin interfaceAGAVEAnnotFilter
-
getClassifyType
- Specified by:
getClassifyTypein interfaceAGAVEAnnotFilter
-
getExonIds
- Specified by:
getExonIdsin interfaceAGAVEAnnotFilter
-
getChromNum
- Specified by:
getChromNumin interfaceAGAVEAnnotFilter
-
getIdAlias
- Specified by:
getIdAliasin interfaceAGAVEAnnotFilter
-
getNote
- Specified by:
getNotein interfaceAGAVEAnnotFilter
-
getAltIds
- Specified by:
getAltIdsin interfaceAGAVEAnnotFilter
-
getMapLocation
- Specified by:
getMapLocationin interfaceAGAVEAnnotFilter
-
getRelatedAnnot
- Specified by:
getRelatedAnnotin interfaceAGAVEAnnotFilter
-
getElementIds
- Specified by:
getElementIdsin interfaceAGAVEAnnotFilter
-
getGroupOrder
- Specified by:
getGroupOrderin interfaceAGAVEAnnotFilter
-
getMatchDesc
- Specified by:
getMatchDescin interfaceAGAVEAnnotFilter
-
getFeatureType
- Specified by:
getFeatureTypein interfaceAGAVEAnnotFilter
-
getResultType
- Specified by:
getResultTypein interfaceAGAVEAnnotFilter
-
getConfidence
- Specified by:
getConfidencein interfaceAGAVEAnnotFilter
-
getAlignLength
- Specified by:
getAlignLengthin interfaceAGAVEAnnotFilter
-
getAlignUnits
- Specified by:
getAlignUnitsin interfaceAGAVEAnnotFilter
-
getXrefs
- Specified by:
getXrefsin interfaceAGAVEAnnotFilter
-
getVersion
- Specified by:
getVersionin interfaceAGAVEAnnotFilter
-
getSequenceId
- Specified by:
getSequenceIdin interfaceAGAVEAnnotFilter
-
getTaxonId
- Specified by:
getTaxonIdin interfaceAGAVEAnnotFilter
-
getCloneId
- Specified by:
getCloneIdin interfaceAGAVEAnnotFilter
-
getCloneLibrary
- Specified by:
getCloneLibraryin interfaceAGAVEAnnotFilter
-
getChromosome
- Specified by:
getChromosomein interfaceAGAVEAnnotFilter
-
getMapPosition
- Specified by:
getMapPositionin interfaceAGAVEAnnotFilter
-
getEcNumber
- Specified by:
getEcNumberin interfaceAGAVEAnnotFilter
-
getCreateDate
- Specified by:
getCreateDatein interfaceAGAVEAnnotFilter
-
getUpdateDate
- Specified by:
getUpdateDatein interfaceAGAVEAnnotFilter
-
getOS
- Specified by:
getOSin interfaceAGAVEAnnotFilter
-
getMolType
- Specified by:
getMolTypein interfaceAGAVEAnnotFilter
-
getDbId
- Specified by:
getDbIdin interfaceAGAVEAnnotFilter
-
getProperty
ThomasD made this a bit safer...- Specified by:
getPropertyin interfaceAGAVEAnnotFilter
-