Ziyuan Zhao
unread,Jan 16, 2023, 1:13:54 PM1/16/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to STAR-Fusion
Hi, I have 2 question of parameters:
1.How to make the process faster?
I want to get the fusion table, other process (such as reconstruction process) is unneeded.
the code:
docker run -v `pwd`:/data --rm trinityctat/starfusion STAR-Fusion --left_fq /data/HRR025534_f1.fq.gz --right_fq /data/HRR025534_r2.fq.gz --genome_lib_dir /data/GRCh37_gencode_v19_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir -O /data/StarFusionOutnew1
Because after the referencing process (about 40min), it starts to optimize loglikelihood and take a lot time for only one sample, so is the code above be the simplest way to generate the fusion table? Or if I could add some parameters and ignore some of the unneccessary process to make it faster?
2.How to make the result more strict?
Now I could find about 50+ fusions for each sample, can I change some params to select fewer fusions with higher confidence? (and if the fewer fusions were needed, would it cost less time?)
Thank you for your kind reply!