Whippet.smk¶
Snakemake workflow for differential RNA splicing analysis using Whippet.
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.
- Quantify Percent Spliced In (PSI) values using Whippet
quant. - Differential splicing analysis using Whippet
delta.
Usage¶
1 2 3 4 5 | |
config.yaml should contain the following information:
1 2 3 | |
/path/to/outputis the directory where the output files will be saved./path/to/experiment_table.tsvis a tab-separated file containing the following information:
1 2 3 4 5 6 7 | |
The fastq column should contain the paths to the FASTQ files for each sample. R1 and R2 files should be separated by a comma. The group column must be specified as Ref or Alt. This workflow will perform the differential splicing analysis between the two groups.
/path/to/whippet_index/graph.jlsis the Whippet index file.