bowtie2_index | R Documentation |
Make index for Rbowtie2
bowtie2_index( genomeFasta, outIndex = gsub("\\.fa|\\.fasta|\\.fna", "", genomeFasta), overwrite = F, threads = 1 )
genomeFasta |
path to file to process. |
outIndex |
path to output index. |
overwrite |
overwrite existing output files, TRUE or FALSE (default). |
threads |
number of threads to use, default is 1. |
Path to index
Kathryn Rozen-Gagnon
testFasta <- system.file("extdata/hg19Small.fa",package="CLIPflexR") myIndex <-suppressWarnings(bowtie2_index(testFasta, overwrite = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.