Description Usage Arguments Fields and Methods Supported operating systems Author(s) References See Also
Package: aroma.seq
Class FastQCReporter
Object
~~|
~~+--
ParametersInterface
~~~~~~~|
~~~~~~~+--
AromaSeqTransform
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
FileGroupsInterface
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
FastQCReporter
Directly known subclasses:
public static class FastQCReporter
extends FileGroupsInterface
A FastQCReporter takes a FastqDataSet
as input, possibly groups
the samples, and generates FastQC [1] reports.
How the grouping is done, can be controlled by a parameter.
1 | FastQCReporter(dataSet=NULL, groupBy=NULL, ..., .className="FastqDataSet")
|
dataSet |
An |
groupBy |
A |
... |
Additional arguments passed to |
.className |
A |
Methods:
getOutputDataSet | - | |
process | - | |
Methods inherited from FileGroupsInterface:
getGroupBy, getGroupNames, getGroups, getInputDataSet, nbrOfGroups, validateGroups
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
[1] Simon Andrews, FastQC - A quality control tool for high throughput sequence data, March 2014. http://www.bioinformatics.babraham.ac.uk/projects/fastqc/
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.