createIndexPrefix: Generates a prefix for a set of index files

Description Usage Arguments Author(s) Examples

Description

Generates a prefix for a set of index files based on a FASTA pathname.

Usage

1
2
## Default S3 method:
createIndexPrefix(pathnameFA, subdir=NULL, tags="*", asteriskTags=NULL, ...)

Arguments

pathnameFA

The FASTA file.

subdir

The subdirectory relative to the FASTA file where to put the index files.

tags

Tags added to the directory of the index set.

asteriskTags

Tags to replace "*" in argument tags.

...

Not used.

Author(s)

Henrik Bengtsson

Examples

1
2
3
4
5
  pathnameFA <- "annotationData/organisms/Lambda_phage/lambda_virus.fa"
  prefix <- createIndexPrefix(pathnameFA)
  print(prefix)
  prefix <- createIndexPrefix(pathnameFA, tags="*,foo")
  print(prefix)

HenrikBengtsson/aroma.seq documentation built on Feb. 15, 2021, 2:21 a.m.