using tximport with STAR transcript-quantification output
2
0
Entering edit mode
@mohamedrefaat11992-22243
Last seen 11 months ago
Austria

Hi,

is it possible to calculate gene-level count using transcript-quantification files generated by other software not currently supported by tximport?

Basically, I have transcript-level quantification files that were generated using STAR and I want to calculate gene-level abundance to be able to use DESeq2 downstream.

Best, Mohamed

tximport deseq2 STAR • 1.9k views
ADD COMMENT
1
Entering edit mode
@rodrigoduarte88-16306
Last seen 16 days ago
United States

Please note that STAR can calculate gene-level expression if you use the flag "--quantMode GeneCounts".

ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 1 day ago
United States

Yes, you can, there are the following arguments (from ?tximport)

geneIdCol - name of column with gene id. if missing, the tx2gene argument can be used txIdCol - name of column with tx id abundanceCol - name of column with abundances (e.g. TPM or FPKM) countsCol - name of column with estimated counts lengthCol - name of column with feature length information

You just have to specify these, and say type="none"

ADD COMMENT

Login before adding your answer.

Traffic: 550 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6