Learn R Programming

inDAGO (version 1.0.0)

BulkAlignment: Bulk alignment function

Description

Bulk alignment function

Usage

BulkAlignment(
  lalista,
  nodes,
  readsPath,
  GenomeIndex,
  outBam,
  threads,
  outFormat,
  phredScore,
  maxExtractedSubreads,
  consensusVote,
  mismatchMax,
  uniqueOnly,
  maxMultiMapped,
  indelLength,
  fragmentMinLength,
  fragmentMaxLength,
  matesOrientation,
  readOrderConserved,
  coordinatesSorting,
  allJunctions,
  tempfolder
)

Arguments

lalista

list of samples

nodes

logic cores

readsPath

sample folders

GenomeIndex

genome index

outBam

output folder

threads

processes

outFormat

BAM or SAM

phredScore

quality score

maxExtractedSubreads

number of subreads

consensusVote

consensus

mismatchMax

mismatch

uniqueOnly

no multimapping

maxMultiMapped

multimapping

indelLength

indel

fragmentMinLength

fragment minumum length

fragmentMaxLength

fragment maximum length

matesOrientation

mate orientation

readOrderConserved

read order

coordinatesSorting

sorting

allJunctions

junctions

tempfolder

temporary folder