Package org.biojava.nbio.alignment.io
Class StockholmFileAnnotation
java.lang.Object
org.biojava.nbio.alignment.io.StockholmFileAnnotation
Stores all the content parsed from the #=GF lines
- Since:
 - 3.0.5
 - Author:
 - Amr ALHOSSARY, Marko Vaz
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDBReference(String dbReferenceRepresentingString) voidaddGFBuildMethod(String buildMethod) voidaddGFFalseDiscoveryRate(String falseDiscoveryRate) voidaddGFNewHampshire(String newHampshire) voidaddGFTreeID(String treeID) voidaddToGFComment(String comment) String[]getClan()floatfloat[]Not always 2.
It may undergo further change.float[]Not always 2.
It may undergo further change.intString[]float[]Not always 2.
It may undergo further change.booleanisPFam()booleanisRFam()voidsetAlignmentMethod(String alignmentMethod) voidsetDbComment(String dbComment) voidsetDbReferences(Set<StockholmStructure.DatabaseReference> dbReferences) voidsetFalseDiscoveryRate(float falseDiscoveryRate) voidvoidsetGFAccessionNumber(String accessionNumber) voidsetGFAuthors(String authors) voidvoidsetGFDBComment(String dbComment) voidsetGFDefinition(String definition) voidsetGFGatheringThreshs(String gatheringThresh) voidsetGFIdentification(String identification) voidsetGFKeywords(String keywords) voidsetGFLocation(String location) voidsetGFMembership(String membership) voidsetGFNoiseCutoffs(String noiseCutoff) voidsetGFNumSequences(String numSequences) voidsetGFPfamAccession(String pfamAccession) voidsetGFPreviousIDs(String previousIDs) voidsetGFRefComment(String refComment) voidsetGFSearchMethod(String searchMethod) voidsetGFSourceSeed(String sourceSeed) voidsetGFSourceStructure(String sourceStructure) voidsetGFTrustedCutoffs(String trustedCutoff) voidsetGFTypeField(String typeField) voidsetGFWikipediaLink(String wikipediaLink) voidsetNumSequences(int numSequences) voidvoidsetVersion(String version) float[]stringToFloats(String string)  
- 
Constructor Details
- 
StockholmFileAnnotation
public StockholmFileAnnotation() 
 - 
 - 
Method Details
- 
getDbComment
 - 
setDbComment
 - 
getDbReferences
 - 
setDbReferences
 - 
addDBReference
- Parameters:
 dbReferenceRepresentingString- the string without the initial annotation identifier ( #=GS DR )
 - 
getFalseDiscoveryRate
 - 
setFalseDiscoveryRate
 - 
getRefComment
 - 
getKeywords
 - 
getComment
 - 
getPfamAccession
 - 
getLocation
 - 
getWikipediaLink
 - 
getClan
 - 
getMembership
 - 
getEmbTrees
 - 
setNumSequences
 - 
getIdentification
 - 
setGFIdentification
 - 
getDefinition
 - 
setGFDefinition
 - 
getAuthors
 - 
setGFAuthors
 - 
getBuildMethod
 - 
addGFBuildMethod
 - 
getSearchMethod
 - 
setGFSearchMethod
 - 
getSourceSeed
 - 
setGFSourceSeed
 - 
getSourceStructure
 - 
setGFSourceStructure
 - 
getGatheringThreshs
Not always 2.
It may undergo further change.- Returns:
 
 - 
setGFGatheringThreshs
 - 
getNoiseCutoffs
Not always 2.
It may undergo further change.- Returns:
 
 - 
setGFNoiseCutoffs
 - 
getTrustedCutoffs
Not always 2.
It may undergo further change.- Returns:
 
 - 
setGFTrustedCutoffs
 - 
stringToFloats
 - 
getTypeField
 - 
setGFTypeField
 - 
getPreviousIDs
 - 
setGFPreviousIDs
 - 
getFormat
 - 
setFormat
 - 
getVersion
 - 
setVersion
 - 
getAccessionNumber
 - 
setGFAccessionNumber
 - 
isPFam
 - 
isRFam
 - 
getNumSequences
 - 
setGFNumSequences
 - 
setGFDBComment
 - 
setGFRefComment
 - 
setGFKeywords
 - 
addToGFComment
 - 
setGFPfamAccession
 - 
setGFLocation
 - 
setGFWikipediaLink
 - 
setGFClan
 - 
setGFMembership
 - 
addGFNewHampshire
 - 
addGFTreeID
 - 
addGFFalseDiscoveryRate
 - 
getAlignmentMethod
 - 
setAlignmentMethod
 - 
getReferences
 - 
setReferences
public void setReferences(Vector<StockholmFileAnnotation.StockholmFileAnnotationReference> references)  
 -