tximport cannot inport RSEM FPKM data
1
0
Entering edit mode
137737756 • 0
@137737756-16412
Last seen 3.8 years ago

FPKM data of rsem quantitative results cannot be imported whether or not the abundanceCol option of the tximport function is modified

tximport • 830 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 16 hours ago
United States

Can you provide code?

ADD COMMENT
0
Entering edit mode

I noticed the same thing, for instance the following three command lines:

txi.rsem <- tximport(all, type = "rsem", txIn = FALSE, txOut = FALSE)

txi.rsem.tpm <- tximport(all, type = "rsem", txIn = FALSE, txOut = FALSE,abundanceCol="TPM")

txi.rsem.fpkm <- tximport(all, type = "rsem", txIn = FALSE, txOut = FALSE,abundanceCol="FPKM")

lead to the same result (same counts and same abundance values), regardless of the option "abundanceCol" being set to TPM or FPKM. More precisely, counts correspond to "expected_count" column and "abundance" corresponds to the "TPM" column of the rsem.genes.results file.

How can I retrieve the FPKM values using tximport? thanks a lot!

ADD REPLY
0
Entering edit mode

You shouldn’t set type which overwrites the “Col” arguments with presets.

ADD REPLY

Login before adding your answer.

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