Package org.biojava.bio.seq.io.agave
Class Embl2AgaveAnnotFilter
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.SimpleAnnotFilter
-
- org.biojava.bio.seq.io.agave.Embl2AgaveAnnotFilter
-
- All Implemented Interfaces:
AGAVEAnnotFilter
public class Embl2AgaveAnnotFilter extends SimpleAnnotFilter
Map EMBL data into AGAVE format- Author:
- Hanning Ni Doubletwist Inc
-
-
Field Summary
Fields Modifier and Type Field Description static AGAVEAnnotFilterFactoryEMBL_AGAVE_ANNOT_FILTER_FACTORY-
Fields inherited from class org.biojava.bio.seq.io.agave.SimpleAnnotFilter
SIMPLE_ANNOT_FILTER_FACTORY
-
Fields inherited from interface org.biojava.bio.seq.io.agave.AGAVEAnnotFilter
BOTH_FORWARD_COMPLEMENT, COMPLEMENT, FORWARD
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccession(Annotation annot)AGAVEDbIdgetDbId(Annotation annot)StringgetDescription(Annotation annot)StringgetKeyword(Annotation annot)StringgetMolType(Annotation annot)StringgetNote(Annotation annot)StringgetOrganism(Annotation annot)StringgetOS(Annotation annot)StringgetVersion(Annotation annot)-
Methods inherited from class org.biojava.bio.seq.io.agave.SimpleAnnotFilter
getAlignLength, getAlignUnits, getAltIds, getChromNum, getChromosome, getClassifyId, getClassifySystem, getClassifyType, getCloneId, getCloneLibrary, getConfidence, getCreateDate, getEcNumber, getElementId, getElementIds, getExonIds, getFeatureType, getGroupOrder, getIdAlias, getLabel, getMapLocation, getMapPosition, getMatchAlign, getMatchDesc, getMatchRegion, getProperty, getQueryRegion, getRelatedAnnot, getResultType, getSequenceId, getTaxonId, getUpdateDate, getXrefs
-
-
-
-
Field Detail
-
EMBL_AGAVE_ANNOT_FILTER_FACTORY
public static final AGAVEAnnotFilterFactory EMBL_AGAVE_ANNOT_FILTER_FACTORY
-
-
Method Detail
-
getAccession
public String getAccession(Annotation annot)
- Specified by:
getAccessionin interfaceAGAVEAnnotFilter- Overrides:
getAccessionin classSimpleAnnotFilter
-
getKeyword
public String getKeyword(Annotation annot)
- Specified by:
getKeywordin interfaceAGAVEAnnotFilter- Overrides:
getKeywordin classSimpleAnnotFilter
-
getOrganism
public String getOrganism(Annotation annot)
- Specified by:
getOrganismin interfaceAGAVEAnnotFilter- Overrides:
getOrganismin classSimpleAnnotFilter
-
getDescription
public String getDescription(Annotation annot)
- Specified by:
getDescriptionin interfaceAGAVEAnnotFilter- Overrides:
getDescriptionin classSimpleAnnotFilter
-
getNote
public String getNote(Annotation annot)
- Specified by:
getNotein interfaceAGAVEAnnotFilter- Overrides:
getNotein classSimpleAnnotFilter
-
getVersion
public String getVersion(Annotation annot)
- Specified by:
getVersionin interfaceAGAVEAnnotFilter- Overrides:
getVersionin classSimpleAnnotFilter
-
getOS
public String getOS(Annotation annot)
- Specified by:
getOSin interfaceAGAVEAnnotFilter- Overrides:
getOSin classSimpleAnnotFilter
-
getMolType
public String getMolType(Annotation annot)
- Specified by:
getMolTypein interfaceAGAVEAnnotFilter- Overrides:
getMolTypein classSimpleAnnotFilter
-
getDbId
public AGAVEDbId getDbId(Annotation annot)
- Specified by:
getDbIdin interfaceAGAVEAnnotFilter- Overrides:
getDbIdin classSimpleAnnotFilter
-
-