How to remove genes with 0 counts in tximport?
1
0
Entering edit mode
Peter Alto ▴ 10
@peter-alto-10891
Last seen 7.1 years ago
US/Chicago

Looking at the DESeqDataSetFromTximport() and tximport() functions, I can't find how to set a minimum number of reads per gene, which is necessary for correction of batch effects and recommended for differential expression.

How can I filter genes using tximport?

Thank you.

tximport deseq tximportdata deseq2 • 1.7k views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 34 minutes ago
United States

tximport just imports and builds the matrices. You should do the filtering in whatever downstream package you choose for statistical inference. E.g. with DESeq2, we have examples of how to filter the DESeqDataSet object, once you've created that from the tximport object.

ADD COMMENT

Login before adding your answer.

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