intAct2Sys {y2hStat} | R Documentation |
This function takse the Intact ID's maps to the yeast common names via intact repository and uses the YEAST package to map the common names to the YEAST Systematic names. There is problems if more than one systematic name corresponds to the common name. This function will simply always return the first name given by each mapping: from Intact to common names and also from common names to systematic names.
intAct2Sys(prot2Sys, bpSysL)
prot2Sys |
A protein id needed to be mapped to the systematic name |
bpSysL |
A named list with the protein ID as the names and the corresponding names as the entries |
The return value is a mapping of each Intact ID to it's respecting systematic name.
T Chiang