[Bioperl-l] Compliance of Bio::Seq add_SeqFeature() method

Florent Angly florent.angly at gmail.com
Mon Mar 5 23:04:54 UTC 2012


On 05/03/12 06:30, Fields, Christopher J wrote:
> What do other FeatureHolderI do?

Bio::SeqFeature::Generic does it as defined in Bio::FeatureHolderI, i.e.:
>  Usage   : $feat->add_SeqFeature($subfeat);
>            $feat->add_SeqFeature($subfeat,'EXPAND');

Note that it does not simply accept 'EXPAND', but it actually, acts on it.

Florent



More information about the Bioperl-l mailing list