Description Usage Arguments Fields and Methods Supported operating systems Author(s) See Also
Package: aroma.seq
Class BamMerger
Object
~~|
~~+--
ParametersInterface
~~~~~~~|
~~~~~~~+--
AromaSeqTransform
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
SamTransform
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
FileGroupsInterface
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--
BamMerger
Directly known subclasses:
public static class BamMerger
extends FileGroupsInterface
A BamMerger takes a BamDataSet
as input and merges subsets of
BamDataFile
:s into single ones. How the grouping is done, can
be controlled by a parameter.
1 |
dataSet |
An |
groupBy |
A |
... |
Not used. |
Methods:
getOutputDataSet | - | |
process | - | |
Methods inherited from FileGroupsInterface:
getGroupBy, getGroupNames, getGroups, getInputDataSet, nbrOfGroups, validateGroups
Methods inherited from SamTransform:
getRootPath
Methods inherited from AromaSeqTransform:
as.character, findFilesTodo, getAcronym, getAsteriskTags, getFlavor, getFullName, getInputDataSet, getName, getOptionalArguments, getOrganism, getOutputDataSet, getParameters, getPath, getRootPath, getTags, isDone, length, process, setTags
Methods inherited from ParametersInterface:
getParameterSets, getParameters, getParametersAsString
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save, findRspReportTemplate, asThis
This method is available on Linux, macOS, and Windows [1].
Henrik Bengtsson
Internally mergeBam
is used for merging, sorting,
and indexing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.