Entering edit mode
6.3 years ago
mgru
▴
20
I have a list of official gene symbols, each gene symbol repeats several times. Ex: AATK AATK AATK AATK
I want to output some things from UCSC's table browser, but I would like the same things repeated for every gene symbol. So for every row of AATK, to give me the same information again and again (saving me time and coding to repeat).
UCSC automatically ignores repeats and gives me 1 row of info per unique gene symbol.
Any way to turn that feature off?
Thanks!
Will join repeat lines? Ie, UCSC gives multiple transcripts per gene. So I assume join would read the first, join correctly but ignore the second? Would you be able to give an example? Below would be an example of my info (secondary info) and UCSC results - 2 matrices.
Ex: UCSC Results
Table to be joined
Hopeful output after Join (or something else?)
just try, show us the command line, we'll help you if you get some problems. Hint: both files must be sorted on the common key.
Thanks! Had a couple of errors to be honest (parentheses, dash, upper case) despite sort on common key, but it did work!