getDefaultFilteringOptions()
getDefaultProcessingOptions()
getDefaultRCloudOptions()
getDefaultFilteringOptions
returns a list
of
filtering options. These options control filtering of BAM files after
alignemnt.mismatches
2
by default, number of mismatcheschr_ignore
c("MT")
by default, reference names to ignoreminqual
10
by defaultminmapq
1
by defaultmaxN
2
by defaultmaxpol
0.75
by default, ither a proportion (<0) or="" an="" integer<="" description="">0)>duplicates
"remove"
by default, supported value: "keep"
, "remove"
multihits
"remove"
by default, supported value: "keep"
, "remove"
gapped
"remove"
by default, supported value: "keep"
, "remove"
getDefaultProcessingOptions
returns a list
of
options used throught the processing. These options control alignment and
counting.
These options include:stranded
FALSE
by default, set to TRUE
if a strand
specific protocol was usedinsize
NULL
by default, the insert size, an integer,
which will be automatically determined if set to NULL
insizedev
NULL
by default, insert size deviation, an integer,
which will be automatically determined if set to NULL
reference
"genome"
by default, controlls whether alignment
is performed using "genome"
or "transcriptome"
reference.aligner
"tophat"
by default, supported values are: "tophat"
,
"bowtie"
, "bwa"
or "custom"
aligner_options
NULL
by default, string of options to be
passed to the aligner according to manual.count_feature
"transcript"
by default, count over "gene"
or "transcript"
count_method
"cufflinks"
by default, supported: "cufflinks"
, "mmseq"
or
"count"
count_options
standardise
FALSE
by default, supported: TRUE
, FALSE
normalisation
"rpkm"
by default, supported: "none"
or "rpkm"
filter
"TRUE"
by defult, supported: "TRUE"
, "FALSE"
filtering_options
getDefaultRCloudOptions
returns a set of R Cloud options
related to R Cloud resources and execution flow.
These include:nnodes
"automatic"
by default, supported: "automatic"
or a numeric value, e.g. 10
pool
"32G"
by default, supported: "4G"
, "8G"
, "16G"
, "32G"
, "64G"
nretries
4
by default, a numberic value.getPipelineOptions
,
ArrayExpressHTS
,
ArrayExpressHTSFastQ
# get filtering options
getDefaultFilteringOptions()
# get alignment and counting options
getDefaultProcessingOptions()
# get R Cloud options
getDefaultRCloudOptions()
Run the code above in your browser using DataLab