Converting rsem.gene.results file to .txt or .xslx file
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!
• 1,878 views
•
link
0 answers
No answers yet.
Log in to answer this question.
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
cutcommand to cut columns you need from the file.