Hello,
I'm planning to use MAJIQ for alternative splicing analysis, and I want to ensure that the alignment step I'm currently using is suitable for this purpose. Below is the STAR command I'm using:
STAR --runThreadN 8 --genomeDir --readFilesIn sample_1 sample_2 --sjdbGTFfile gff3_file --outFileNamePrefix --outSAMattributes All --outSAMtype BAM SortedByCoordinate --outSJfilterReads All --outFilterIntronMotifs RemoveNoncanonical --alignSJoverhangMin 8
Would you recommend any changes to make this pipeline more suitable for MAJIQ?
Thanks,
Rotem