Hi everyone,
I am trying to understand rmats pipeline for my project.iam trying to run the pipeline with test files provided in the tutorial. I am successful in running the pipeline using bam files .I have problem running pipeline using fastq files, I am confused about star index folder, where do I get star index folder from? The star index folder link mentioned tutorial has many files in it. I am new to NGS tutorial.
python rMATS-turbo-xxx-UCSx/rmats.py --s1 s1.txt --s2 s2.txt --gtf gtf/Homo_sapiens.Ensembl.GRCh37.72.gtf --bi ~/STARindex/hg19 --od out_test -t paired --nthread 6 --readLength 50 --tophatAnchor 8 --cstat 0.0001 --tstat 6
Any help would be appreciated
Thanks in advance
I added code markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:
Furthermore, you posted this as a "Tool", a post type which is intended to announce new tools. I have converted it to a Question.
I up this topic because I have a question relative to this
I have done an analysis of alternative splicing using rMATS, with fastq files as input (so the pipeline execute by itself the mapping with STAR)
But recently I have heard about the 2 pass-mode (http://labshare.cshl.edu/shares/gingeraslab/www-data/dobin/STAR/STAR.posix/doc/STARmanual.pdf) that allow to detect novel splicing junctions
MY question is did people compare these two approaches? Is it worth it to restart my analysis with this 2-pass approach, and if so, how to find in the output file predicted splices de novo?
Thank's by advance