View source: R/CombinedAlignment.R
CombinedAlignment | R Documentation |
Title
CombinedAlignment(
lalista,
nodes,
readsPath,
GenomeConcIndex,
outBam,
threads,
outFormat,
phredScore,
maxExtractedSubreads,
consensusVote,
mismatchMax,
uniqueOnly,
maxMultiMapped,
indelLength,
fragmentMinLength,
fragmentMaxLength,
matesOrientation,
readOrderConserved,
coordinatesSorting,
allJunctions,
tempfolder,
readsAlignedBlock
)
lalista |
list of samples |
nodes |
logic cores |
readsPath |
sample folders |
GenomeConcIndex |
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 |
readsAlignedBlock |
chunks |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.