How to turn a FPKM table in a matrix that can be analyzed in R?
1
0
Entering edit mode
7.1 years ago
JimiOli • 0

I want to transform my FPKM table (RNA-seq data) into a matrix, so that I can analyze the gene expression data in R, I was wondering which tool to use and how? And how to import this matrix output by DEseq or EdgeR?

Thank you!

FPKM R matrix DEseq RNA-Seq • 3.2k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

The manuals of edgeR and DESeq2 discuss how to import RNA-seq data for usage by the tool.

ADD REPLY
2
Entering edit mode
7.1 years ago

I was wondering which tool to use and how?

Try the read.table function in R.

And how to import this matrix output by DEseq or EdgeR?

I'm not sure to understand, but if you want to use FPKM data in DEseq or EdgeR, this is a bad idea. Those tools require raw counts as input.

ADD COMMENT

Login before adding your answer.

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