Help for this page

Select Code to Download


  1. or download this
    use Bio::SeqIO;
    
    ...
    }
    
    my @seqlist = grep { defined } map { $seqs{$_} } @idlist;
    
  2. or download this
    use Bio::Index::Fasta;
    
    ...
         return;
     }
    }