Description Usage Arguments Author(s) Examples
BWA-backtrack alignment via 'bwa aln'.
1 2 |
pathnameFQ |
The FASTQ file to be aligned. |
indexPrefix |
The pathname prefix to the BWA index files. |
... |
Additional arguments specifying BWA 'aln' switches
passed to |
pathnameD |
The destination pathname. |
verbose |
See |
Henrik Bengtsson
1 2 3 4 5 6 7 8 9 | ## Not run:
pathnameFA <- "annotationData/organisms/Lambda_phage/lambda_virus.fa"
bwaIndex(pathnameFA)
indexPrefix <- bwaIndexPrefix(pathnameFA)
bwaAln("fastqData/LambdaVirusExample/Lambda_phage/reads_1.fq",
indexPrefix=indexPrefix,
pathnameD="fastqData/LambdaVirusExample/Lambda_phage/reads_1.sai")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.