MakeIndex {GeneR} | R Documentation |
Make an index for a bank file (if there wasn't).
makeIndex(file, type="E", index="ix")
file |
file name of bank file |
type |
"E" for Embl, "G", for Genebank, "F" for Fasta |
index |
Suffix for the index file (usually: ix) |
Check if index file exists and is newer than bank file. If not, call one of indexFasta, indexEmbl, indexGbk.
1 |
Index already exists (and no changes) |
0 |
Index successfully created |
-1 |
Error |
Centre de Génétique moléculaire, CNRS Gif / Yvette
indexFasta
,indexEmbl
,
indexGbk