salmon
salmon copied to clipboard
🐟 🍣 🍱 Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using selective alignment
Hello, I'm trying to create an index file with salmon (version 1.4.0) according to this tutorial here: https://combine-lab.github.io/alevin-tutorial/2019/selective-alignment/ (because I would like to find isoforms using isoformSwitchAnalyseR and the salmon...
I installed salmon from conda environment using python3 and got the below error: ``` $ salmon salmon: error while loading shared libraries: libboost_thread.so.1.60.0: cannot open shared object file: No such...
I am using Ubuntu on my laptop. I installed salmon by the command:- conda install --channel bioconda salmon I downloaded the SalmonTools scripts from git clone https://github.com/COMBINE-lab/SalmonTools.git But I am...
Hi, this problem was considered in issue 104 and I have been following the instructions given there. I am running Salmon in alignment mode on bam files generated by STAR...
This isn't strictly speaking a bug with salmon per-se, but when installing salmon from conda, its impossible to have both R 4.0.3 and Salmon 1.3.0 installed in the same environment...
Hi, I run salmon then used quantmerge to combine the results as `salmon quantmerge --quants `cat list_of_quant_folders` --column numreads -o Merged_quants.txt ` Can I use this as input for the...
Hi, The data I currently have is quantified by salmon. But it was organized into a text file (row name is the ID of the gene, and the column name...
Hi @rob-p and all, Thank you for the wonderful tool. I've been using Salmon for some time now, and have encountered a question. How is Salmon affected by different read...
Hi Rob, Thanks for developing such a good tool for the community. I really like it! Recently, I found that Salmon gave higher mapping rate than Hisat2 when I didn't...