Converting rsem.gene.results file to .txt or .xslx file
0
0
Entering edit mode
5.3 years ago

I have done transcript quantification using RSEM and have data files "*.rsem.genes.results". I am trying to extract the FPKM value out of the file, but the columns can not be separated in the current .results file type, so I'm looking for a way to convert this file type to one which can be manipulated more easily. This is probably an easy fix, but I'm a newbie and have looked everywhere. Thanks in advance!

RSEM • 1.5k views
ADD COMMENT
1
Entering edit mode

If that is a delimited file (tab, comma etc) then you could open/import it using excel. Note: I am not recommending that you use excel for bioinformatics analysis. You can also use unix cut command to cut columns you need from the file.

ADD REPLY

Login before adding your answer.

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