rMATS.smk¶
Snakemake workflow for differential RNA splicing analysis using rMATS.
Note
Please make sure that you have Singularity and Snakemake installed on your system and cloned the SnakeNgs repository.
Workflow¶
The rulegraph was created by snakevision.
- Parse the experiment table to create the sample list.
- Run rMATS with
--novelSS
and the parameters specified in theconfig.yaml
file.
Usage¶
1 2 3 4 5 |
|
config.yaml
should contain the following information:
1 2 3 4 5 6 7 8 9 10 11 |
|
/path/to/output
is the directory where the output files will be saved./path/to/experiment_table.tsv
is a tab-separated file, which is same as the one used in Shiba.
1 2 3 4 5 6 7 |
|
The group
column must be specified as Ref
or Alt
. This workflow will perform the differential splicing analysis between the two groups.
/path/to/reference_transcriptome.gtf
is the reference transcriptome in GTF format (e.g.Homo_sapiens.GRCh38.106.gtf
for human transcriptome). Note that the GTF file should be unzipped.