-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combining STAR and Salmon #1019
Comments
Salmon can accept FASTQ files in mapping-based mode, or BAM files in alignment-based mode. Seq2science has only implemented the mapping based mode. If your are using Salmon for gene quantification, but you also want to produce a trackhub, then seq2science uses STAR to generate the required BAM files. In this situation, STAR and Salmon do not interact with each other. |
If you wish to create BAM files with STAR, and them feed them into Salmon, there are some considerations:
If your answer to 3 is yes, then you can run seq2science using aligner STAR. Afterward, you can runs Salmon in aligment-based mode manually. If you place the Salmon output in a folder structure that seq2science expects ( If you want more fine-tuning (e.g. option 2) it might get easier writing your own script from scratch. |
Initially, I want to compare different aligners and their impacts to RNA-Seq analysis results. But, I found this is too time consuming, because we have 24 RNA-seq samples. (1) I have finished one seq2science run using "star" as the aligner, and "htseq" as the quantifier. Accordingly, the gene-level and transcript-level quantification results that I obtained are solely based on star alignment results. Right? (2) Now, I am running the second run of seq2science using "start" as the aligner, and "salmon" as the quantifier. In terms of your explanation above, the actually aligner I am using is "salmon-quant", which is seemly integrated with own quantification process. In this run of seq2science, "star" is not really utilized in gene-level and transcript-level analysis at all. Am I right? I just want to double check. (3) In your download_fastq pipeline, you provide several aligners including bwa, bowtie2, gmap, hisat2, star and so no. Have you explore that which aligner will provide the best or more accurate results in RNA-seq analysis? I know this is very general, yet challenging question. I ask just in case you guys did some exploration here... |
OK, I checked the log file. For my question (2), star alignment is totally irrelevant to "salmon-quant" that generates transcript-level quantification output, which were than converted into gene-level quantification results using "pytxi_count_matrix". |
(1) correct |
Originally posted by @bioinfolabmu in #1018 (comment)
The text was updated successfully, but these errors were encountered: