Description Usage Arguments Author(s) Examples
Generates a prefix for the index files based on a FASTA pathname.
1 2 | ## Default S3 method:
bwaIndexPrefix(pathnameFA, subdir="bwa", tags="*", ...)
|
pathnameFA |
The FASTA file. |
subdir |
The subdirectory relative to the FASTA file where to put the BWA index files. |
tags |
Tags added to the directory of the index set. |
... |
Not used. |
Henrik Bengtsson
1 2 3 | pathnameFA <- "annotationData/organisms/Lambda_phage/lambda_virus.fa"
prefix <- bwaIndexPrefix(pathnameFA)
print(prefix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.