Dear All,
I have some data in form of TSV that'ts organized as: Uniport_accession GO_ID PMID/REACTOME_NUMBER ontology_type
for example:
CP2D7_HUMAN GO:0006805 PMID:15051713 P
CP2D7_HUMAN GO:0042738 PMID:15051713 P
IFT56_HUMAN GO:0006996 Reactome:R-HSA-1852241 P
TM129_HUMAN GO:0000209 PMID:24807418 P
TM129_HUMAN GO:0030433 PMID:24807418 P
TM129_HUMAN GO:0030970 PMID:24807418 P
E2F8_HUMAN GO:0000122 PMID:16179649 P
E2F8_HUMAN GO:0002040 PMID:22903062 P
E2F8_HUMAN GO:0045944 PMID:22903062 P
UBA6_HUMAN GO:0006511 PMID:17889673 P
UBA6_HUMAN GO:0016567 PMID:17889673 P
LAC7_HUMAN GO:0006898 Reactome:R-HSA-2173782 P
LAC7_HUMAN GO:0006956 Reactome:R-HSA-166663 P
LAC7_HUMAN GO:0006958 Reactome:R-HSA-173623 P
LAC7_HUMAN GO:0038095 Reactome:R-HSA-2454202 P
LAC7_HUMAN GO:0038096 Reactome:R-HSA-2029480 P
LAC7_HUMAN GO:0045087 Reactome:R-HSA-168249 P
LAC7_HUMAN GO:0050776 Reactome:R-HSA-198933 P
SHOT1_HUMAN GO:0007411 Reactome:R-HSA-422475 P
SHOT1_HUMAN GO:2001224 PMID:23864681 P
I want to extract the list of authors associated to each pubmed ID. Given the PMID ive figured out a way to do that, but in some cases as you can see from the example above we have Reactome:R-.... instead of PMIDs. I was wondering how to map these reactome numbers to PMIDs so that I can extract the list of authors that way. Or is there a way to map author names to these reactome numbers? Thank you.
yeah I have tried this as well but it's not practical I have on the order of hundred thousand of these reactome numbers that need to be mapped. Also Im hoping to get a 1-to-1 mapping between reactome and PMID.