PBR / QTM

QTLTableMiner++ tool for mining tables in scientific articles

Home Page:https://www.research-software.nl/software/qtl-tableminer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concatenated values in the gene column

arnikz opened this issue · comments

See example:

pmc_id | tab_lb | row_id | gene
4034497 | 2 | 1 | Cellnumberregulator(CNR)Solyc02g090730
4034497 | 2 | 2 | KLUHSolyc03g114940
4034497 | 2 | 3 | WUSCHELSolyc02g083950
4034497 | 2 | 4 | YABBY2Solyc11g071810
4034497 | 2 | 5 | OVATESolyc02g085500
4034497 | 2 | 6 | SUNSolyc10g079240

use a separator for multiple values

pmc_id | tab_lb | row_id | gene
4034497 | 2 | 1 | Cell number regulator (CNR) Solyc02g090730
4034497 | 2 | 2 | KLUH Solyc03g114940
4034497 | 2 | 3 | WUSCHEL Solyc02g083950
4034497 | 2 | 4 | YABBY2 Solyc11g071810
4034497 | 2 | 5 | OVATE Solyc02g085500
4034497 | 2 | 6 | SUN Solyc10g079240