[Biojava-l] Complement feature in CDS table

Matthew Pocock matthew_pocock at yahoo.co.uk
Tue Jul 8 15:04:11 EDT 2003


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
> 




More information about the Biojava-l mailing list