Entering edit mode
5.0 years ago
ellenbdrake30
•
0
Hi,
I'm sorry if this is incredibly basic but I'm very new to working in terminal. I have a .gtf that I would like to filter based on an FPKM threshold. However, the column that contains FPKM values has these values in equations, so when I try with
awk '{if($16>0.3) print }' < file.gtf > new.file.gtf I get a blank file as output.
Is there a way around this? I've tried using quotations in my filtering step too, just in case awk '{if($16>"0.3") print but still get an empty file. Any tips would be greatly appreciated!!
Hi, you will definitely need to show some sample input and desired output. Currently, we cannot see how your data is arranged.
Thanks for letting me know Kevin!
Thanks for letting me know Kevin!
Here's an example of my data
If you just want an expression matrix, I would try Ballgown: A: Generating FPKM matrix accross all samples after stringtie