Skip to content

join two tables, one with header one without header #1619

Answered by ondohotola
alperyilmaz asked this question in Q&A
Discussion options

You must be logged in to vote

So you want something like

qsv rename -n 'gene_id,value' jointest7.csv | qsv join gene_id jointest6.csv 1 -|qsv select 1,2,4

perhaps, which results in something useful:

gene_id,tissue,value
gene1,liver,0.004
gene2,lung,0.01
gene3,brain,0.005

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jqnatividad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1617 on February 25, 2024 03:14.