Description Usage Arguments Value Author(s) See Also Examples
Functions to get default ArrayExpressHTS processing options.
1 2 3 |
No arguments.
These functions return default options used for ArrayExpressHTS processing.
Function getDefaultFilteringOptions
returns a list
of
filtering options. These options control filtering of BAM files after
alignemnt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
—
Function getDefaultProcessingOptions
returns a list
of
options used throught the processing. These options control alignment and
counting.
These options include:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options for count software |
|
|
|
|
|
|
|
these are the default filtering options, see above. |
—
Function getDefaultRCloudOptions
returns a set of R Cloud options
related to R Cloud resources and execution flow.
These include:
|
|
|
|
|
|
Andrew Tikhonov <andrew@ebi.ac.uk>, Angela Goncalves <angela.goncalves@ebi.ac.uk>
getPipelineOptions
,
ArrayExpressHTS
,
ArrayExpressHTSFastQ
1 2 3 4 5 6 7 8 9 |
# get filtering options
getDefaultFilteringOptions()
# get alignment and counting options
getDefaultProcessingOptions()
# get R Cloud options
getDefaultRCloudOptions()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.