I have mapped around 700 A. thaliana accessions using STAR and assembled them using Stringtie, Now I want to estimate alternative splicing events in each file, so I have used ASTALAVISTA, It gave me the output image illustrating different AS events and output gtff ile
Is it possible to do this using some sort of script, which takes input, process it using ASTALAVISTA and save output image and gtf file?
I have tried to process files using the standalone version of ASTALAVISTA but the number of AS events vary
Command used and output:
astalavista -t asta -i 763 -d 0 [INFO] Astalavista v4.0 (Flux Library:
1.30)
# started   Wed Oct 09 09:45:47 BST 2019
# CHR_SEQ   null
# EDGE_CONFIDENCE   127
# EVENTS    [ASI]
# EVENTS_ATR    []
# EVENTS_DIMENSION  0
# EVENTS_FILE   null
# INTRON_CONFIDENCE 127
# IN_FILE   763
# PAR_FILE  null
# TMP_DIR   /tmp    Checking GTF *[WARN] Unsorted in line 12 - cannot perform gene clustering: 1 - 763.4.1 @ 6788 after 763.3.1 @ 11672     sorting GTF file  OK (00:00:06) [WARN] Overwriting output file /media/waqas/waqas_third/AS_727/Assembly_first_new/central_asia_new/763_sorted_astalavista.gtf.gz.   Iterating Annotation ********** done. (00:00:03) [INFO] took 9 sec. [INFO] found 5877 events. AStalavista.
Second command:
astalavista -t asta -i 763 -e [ASE,ASI]
[INFO] Astalavista v4.0 (Flux Library: 1.30)
# started   Wed Oct 09 09:44:48 BST 2019
# CHR_SEQ   null
# EDGE_CONFIDENCE   127
# EVENTS    [ASE, ASI]
# EVENTS_ATR    []
# EVENTS_DIMENSION  2
# EVENTS_FILE   null
# INTRON_CONFIDENCE 127
# IN_FILE   763
# PAR_FILE  null
# TMP_DIR   /tmp
    Checking GTF *[WARN] Unsorted in line 12 - cannot perform gene clustering: 1 - 763.4.1 @ 6788 after 763.3.1 @ 11672
    sorting GTF file  OK (00:00:06)
[WARN] Overwriting output file /media/waqas/waqas_third/AS_727/Assembly_first_new/central_asia_new/763_sorted_astalavista.gtf.gz.
    Iterating Annotation ********** done. (00:00:03)
[INFO] took 9 sec.
[INFO] found 16528 events.
AStalavista.

Why would you want analyse the distribution in each file? To look for differences between groups?
These are geographically distributed accessions, so I am interested to see the number of alternative splicing events in each accession to see the pattern of alternative splicing among geographically spread accessions