RNA Panel
The DRAGEN recipe includes the recommended pipeline specific commands.
Notes and additional options
Hashtable
For DRAGEN RNA runs, it is recommended to use the linear hashtable.
Input options
DRAGEN input sources include: fastq list, fastq, bam, or cram.
FQ list Input
FQ Input
BAM Input
CRAM Input
Mapping and Aligning
--enable-map-align true
Optionally disable map & align (default=true).
--enable-map-align-output true
Optionally save the output BAM (default=false).
Duplicate Marking
--enable-duplicate-marking true
By default, DRAGEN marks duplicate reads and exclude them from variant calling.
RNA Variant Calling
--vc-target-bed $PATH
Restrict the variants called to a target bed. For WTS, a bed file specifying the gene-coding regions should be provided to avoid calling erroneous variants in non-coding regions due to noisy reads.
RNA Quant
--rna-library-type
Set the library according to the read orientations. Set to 'A' to auto detect the correct read orientation. Alternatively select 'IU', 'ISR', 'ISF', 'U', 'SR', or 'SF'.
RNA Amplicon
To enable RNA amplicon, set:
--enable-rna-amplicon true
, and--amplicon-target-bed $PATH
.
If RNA amplicon mode is enabled and the amplicon bed file already includes the gene name, then it is not required to set the ENRICH options option, since DRAGEN will read the enriched genes names from the amplicon BED file (fifth column).
Last updated
Was this helpful?