RNA WTS
DRAGEN Recipe - RNA Whole Transcriptome Sequencing (WTS)
Overview
This recipe is for processing Whole Transcriptome Sequencing data for RNA workflows.
Example Command Line
For most scenarios, simply creating the union of the command line options from the single caller scenarios will work.
Configure the INPUT options
Configure the OUTPUT options
Configure the RNA MAP/ALIGN options
Configure the QUANT options
Configure the SPLICE options
Configure the FUSION options
Configure the VARIANT options
We recommend using a linear (non-pangenome) reference for RNA analysis. For more details, refer to Dragen Reference Support.
The following are partial templates that can be used as starting points. Adjust them accordingly for your specific use case.
Additional Notes and Options
For SPLICE options, you can provide a list of normal slice variants to reduce noisy calls. The file should be a tab separated file with the following first four columns:
contig name
first base of the splice junction (1-based)
last base of the splice junction (1-based)
strand (0: undefined, 1: +, 2: -) Use the optional option
--rna-splice-variant-normals <SPLICE_NORMAL_FILE_PATH>
to provide the normal splice variants.
Last updated