Category Genes
"Tissue morphology" "AKT, TGF1B, IFNG, IgG, Igm"
"Tissue morphology" "ELOVL3, EREG, FABP5, FOXP3, glycerol, GSTO1, HDAC1"
"Tissue morphology" "AKT, FABPS, Igm"
"Cell growth" "AICDA, BID, CD200R1, CD36, CSF2"
"Cell growth" "5-hydroxytryptamine, adenosine triphosphate, AICDA"
I have several tables which consists of several rows with identical values ("Categroy") but some different/identical values in the column “Genes”. I would like to merge all rows with same "Category" together into one single row and keeps unique one and remove repeats. Is there a better way to solve this issue? I have tried "intersect" and "merge". But, not really clean and easy. I've looked for an answer but haven't found anything yet, so I’d be very thankful for any help!
Category Genes
"Tissue morphology" "AKT, TGF1B, IFNG, IgG, Igm, ELOVL3, EREG, FABPS, FABP5, FOXP3, glycerol, GSTO1, HDAC1"
"Cell growth" "5-hydroxytryptamine, adenosine triphosphate, AICDA, BID, CD200R1, CD36, CSF2"