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
--novelSSand the parameters specified in theconfig.yamlfile.
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/outputis the directory where the output files will be saved./path/to/experiment_table.tsvis 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.gtfis the reference transcriptome in GTF format (e.g.Homo_sapiens.GRCh38.106.gtffor human transcriptome). Note that the GTF file should be unzipped.