Best tximport quant.genes.sf
1
0
Entering edit mode
yob4003 • 0
@0ad7b8f7
Last seen 12 weeks ago
United States

I'm performing differential gene expression analysis using DESeq2, and my input files are Salmon quantification files at the gene level (.quant.genes.sf). I would like to clarify the appropriate use of the tximport parameters: countsFromAbundance txOut Given that the input files are already summarized at the gene level, what are the recommended settings for these options to ensure compatibility with DESeq2? Any guidance would be greatly appreciated.

> txi <- tximport(files,
+                 type = "salmon",
+                 txOut = TRUE,                    # already gene-level
+                 ignoreTxVersion = TRUE,
+                 countsFromAbundance = "lengthScaledTPM")  # or "no"
# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 
sessionInfo( )
tximport tximeta Bioconductor • 391 views
ADD COMMENT
0
Entering edit mode
ATpoint ★ 4.9k
@atpoint-13662
Last seen 1 day ago
Germany

The tx in the name stands for transcript. Gene level needs no tximport. You could simply use the standard output from salmon and do what the tximport vignette suggests.

ADD COMMENT

Login before adding your answer.

Traffic: 939 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