This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to turn a FPKM table in a matrix that can be analyzed in R?

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

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

1 answer

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.

Log in to answer this question.