Home
last modified time | relevance | path

Searched refs:exclude_otus (Results 1 – 7 of 7) sorted by relevance

/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/lib/Bio/NEXUS/Tools/
H A DNexModifier.pm149 …$nexus = $nexus->exclude_otus($runtime_options->{exclude_otus}) if $runtime_options->{exclude_otus
255 return $nexus->exclude_otus(\@otus);
350 return $nexus->exclude_otus(\@otus);
H A DNexPlotter.pm615 $nexusObject = $nexusObject->exclude_otus(\@excludesub_params);
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/t/
H A Dtree_parsing_quotemeta.t43 $nexus_obj = $nexus_obj->exclude_otus( ["taxa_4"] );
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/lib/Bio/NEXUS/
H A DSetsBlock.pm225 sub exclude_otus { subroutine
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/exec/
H A Dnextool.pl147 return $nexus->exclude_otus(\@otus);
207 return $nexus->exclude_otus(\@otus);
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/lib/Bio/
H A DNEXUS.pm926 sub exclude_otus { subroutine
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/doc/
H A DTutorial.pod252 $nexus_obj = $nexus_obj->exclude_otus(['A']);
278 …OTU names for deletion are given as array reference argument to the C<exclude_otus> method of L<Bi…