Hi community!
I am working with metagenomic output from MG-RAST, but the columns don't match and I need to solve this before doing my DeSEQ analysis. The table is something like this
GeneName Count GeneName Count GeneName Count GeneName Count
GeneA x GeneB x GeneA x GeneA x
The Genes could be present for all, three, two or only one treatment. I need a way to sorting the columms to match by gene name.
Do you know any way to do this in r or excel?
Thank you so much!
All genes present in all samples ? means the number of genes is same in all samples? If yes, then go for an A-Z or Z-A sorting.
Hello,
I don't understand the criteria for your sorting. But the standard tool for sorting text file is sort
fin swimmer