MakeIndex {GeneR}R Documentation

Make an index for a bank file

Description

Make an index for a bank file (if there wasn't).

Usage

makeIndex(file, type="E", index="ix")

Arguments

file file name of bank file
type "E" for Embl, "G", for Genebank, "F" for Fasta
index Suffix for the index file (usually: ix)

Details

Check if index file exists and is newer than bank file. If not, call one of indexFasta, indexEmbl, indexGbk.

Value

1 Index already exists (and no changes)
0 Index successfully created
-1 Error

Author(s)

Centre de Génétique moléculaire, CNRS Gif / Yvette

See Also

indexFasta,indexEmbl, indexGbk


[Package GeneR version 1.4.2 Index]