Description Usage Arguments Fields and Methods Benchmarking Author(s) References
Package: aroma.seq
Class PicardDuplicateRemoval
Object
~~|
~~+--
ParametersInterface
~~~~~~~|
~~~~~~~+--
AromaSeqTransform
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
SamTransform
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
PicardDuplicateRemoval
Directly known subclasses:
public static class PicardDuplicateRemoval
extends SamTransform
This method flags reads that are aligned to more than one locus, which is done using Picard's 'MarkDuplicates' method [1].
Note that it is assumed that the input BAM files are already sorted, which also means that it can be assumed that the output BAM files are sorted. As with all other methods that outputs BAM files, this methods index all outputted BAM files.
1 | PicardDuplicateRemoval(..., ASSUME_SORTED=TRUE, VALIDATION_STRINGENCY="SILENT")
|
... |
Arguments passed to |
ASSUME_SORTED, VALIDATION_STRINGENCY |
Additional arguments passed to Picard MarkDuplicates. |
Methods:
getOutputDataSet | - | |
process | - | |
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
As a very rough guideline, a 1.0GB BAM file takes about 10-15 minutes to process using this method.
Henrik Bengtsson
[1] Picard, http://picard.sourceforge.net/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.