[Biojava-l] Complement feature in CDS table
Y D Sun
Yudong.Sun at newcastle.ac.uk
Tue Jul 8 14:37:06 EDT 2003
Dear all,
How to filter the complement feature in CDS? I get the features in a CDS
table using the following code:
Map m = f.getAnnotation().asMap(); // f is a
Feature containing a CDS table
String ge = m.get("gene").toString(); // ok
String pr = m.get("product").toString(); // ok
...
String co = m.get("complement").toString(); // return nothing
although the CDS table includes complement(int..int).
What is the method to get the complement feature?
Thanks.
George
More information about the Biojava-l
mailing list