You probably want to say...

StrandedFeature cds = (StrandedFeature) feat;
if(cds.getStrand() == StrandedFeature.NEGATIVE) {
  // this is a negative strand feature, and is therefore
  // complemented.

  ...
}

I want to check if a CDS contains the keyword "complement". Is there any
method to do so?

George



_______________________________________________
Biojava-l mailing list  -  [EMAIL PROTECTED]
http://biojava.org/mailman/listinfo/biojava-l

Reply via email to