build_index: Build a index for DNA and AA mapper

Description Usage Arguments Details Value Author(s)

Description

The function builds a index of a small subset of sequences

Usage

1
2
3
build_index(dna_set, aa_set, index_dir = NULL, index_name = NULL,
  bowtie = TRUE, pauda = TRUE, star = FALSE, force = FALSE,
  tmp_dir = tempdir())

Arguments

dna_set

A DNAStringSet to be processed

aa_set

A AAStringSet to be porcessed

index_dir

The dir of the index (empty)

index_name

The name of the index

bowtie

Should the Bowtie2 index be build [default = TRUE]

pauda

Should the Pauda index be build [default = TRUE]

star

Should the Star index be build [default = FALSE]

force

Should everything be overwritten [default = FALSE]

tmp_dir

File path to the tmp dir

Details

This functions calls Bowtie2, PAUDA and Star to build the DNA index. The file system is set by the function. As return the path to index files will be given.

Value

file.list

Author(s)

Jochen Kruppa


jkruppa/viralDetectTools documentation built on May 30, 2019, 3:41 p.m.